Home
last modified time | relevance | path

Searched refs:ResourceTypeKey (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp80 struct ResourceTypeKey { struct
84 bool operator<(const ResourceTypeKey& other) const { in operator <() argument
88 bool operator==(const ResourceTypeKey& other) const { in operator ==() argument
92 bool operator!=(const ResourceTypeKey& other) const { in operator !=() argument
97 ::std::ostream& operator<<(::std::ostream& out, const ResourceTypeKey& type) { in operator <<()
118 std::map<ResourceTypeKey, TypeGroup> types_;
120 NextIdFinder<uint8_t, ResourceTypeKey> type_id_finder_ =
121 NextIdFinder<uint8_t, ResourceTypeKey>(1);
278 auto key = ResourceTypeKey{name.type.type, id.type_id()}; in ReserveId()
327 ResourceTypeKey key{name.type.type, non_staged_type->second}; in NextId()