Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h69 typedef uint16_t EntryId; // eeee in 0xpptteeee typedef
73 static constexpr const EntryId kNoEntry = 0xffffu;
182 inline EntryId GetEntry(size_t i) const { in GetEntry()
195 std::vector<EntryId> entries_;
/frameworks/base/cmds/idmap2/libidmap2/
DPrettyPrintVisitor.cpp54 const EntryId entry = type_entry.GetEntry(i); in visit()
DBinaryStreamVisitor.cpp74 EntryId entry_id = type_entry.GetEntry(i); in visit()
DRawPrintVisitor.cpp70 const EntryId entry = type_entry.GetEntry(i); in visit()
DIdmap.cpp452 EntryId last_target_entry = kNoEntry; in FromApkAssets()
/frameworks/base/cmds/idmap2/tests/
DBinaryStreamVisitorTests.cpp95 EntryId entry; in TEST()
/frameworks/base/tools/aapt2/
DResources.proto188 message EntryId { message
200 EntryId entry_id = 1;