Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h68 typedef uint8_t TypeId; // tt in 0xpptteeee typedef
166 inline TypeId GetTargetTypeId() const { in GetTargetTypeId()
170 inline TypeId GetOverlayTypeId() const { in GetOverlayTypeId()
192 TypeId target_type_id_;
193 TypeId overlay_type_id_;
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp51 TypeId target_typeid = EXTRACT_TYPE(target_resid); in Add()
58 inline const std::map<TypeId, std::set<std::pair<ResourceId, ResourceId>>>& WARN_UNUSED
65 std::map<TypeId, std::set<std::pair<ResourceId, ResourceId>>> map_;
/frameworks/base/tools/aapt2/
DResources.proto90 message TypeId { message
98 TypeId type_id = 1;
/frameworks/compile/slang/
Dslang_rs_reflection.cpp182 unsigned TypeId = EPT->getType(); in GetPackerAPIName() local
184 if (TypeId < (sizeof(PrimitiveTypePackerAPINameMap) / sizeof(const char *))) in GetPackerAPIName()