Searched defs:part (Results 1 – 3 of 3) sorted by relevance
27 const DexLayoutSection::Subsection& part = section.parts_[i]; in operator <<() local
68 auto part = [d = data](int i) { return d[i] << 24 | d[i + 1] << 16 | d[i + 2] << 8 | d[i + 3]; }; in ToString() local
299 for (const char* part : GetSignatureParts()) { in DoesPrefixMatch() local322 for (const char* part : GetSignatureParts()) { in Dump() local