Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/libidmap2/
DBinaryStreamVisitor.cpp90 Write32(header.GetTargetEntryCount()); in visit()
DRawPrintVisitor.cpp139 print(header.GetTargetEntryCount(), "target entry count"); in visit()
DIdmap.cpp204 for (size_t i = 0; i < data->header_->GetTargetEntryCount(); i++) { in FromBinaryStream()
/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h168 inline uint32_t GetTargetEntryCount() const { in GetTargetEntryCount() function
/frameworks/base/cmds/idmap2/tests/
DIdmapTests.cpp106 ASSERT_EQ(header->GetTargetEntryCount(), 0x03); in TEST()