Searched refs:IndexBssMappingEntry (Results 1 – 5 of 5) sorted by relevance
26 size_t IndexBssMappingEntry::GetBssOffset(size_t index_bits, in GetBssOffset()57 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in GetBssOffset()58 uint32_t index_mask = IndexBssMappingEntry::IndexMask(index_bits); in GetBssOffset()62 [=](const struct IndexBssMappingEntry& entry) { in GetBssOffset()68 const IndexBssMappingEntry& entry = *it; in GetBssOffset()
40 struct IndexBssMappingEntry { struct68 using IndexBssMapping = LengthPrefixedArray<IndexBssMappingEntry>; argument
2198 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DCheckIndexToBssMapping()2199 const IndexBssMappingEntry* prev_entry = nullptr; in DCheckIndexToBssMapping()2200 for (const IndexBssMappingEntry& entry : *index_bss_mapping) { in DCheckIndexToBssMapping()
33 : index_bits_(IndexBssMappingEntry::IndexBits(number_of_indexes)), in IndexBssMappingEncoder()70 IndexBssMappingEntry GetEntry() { in GetEntry()81 IndexBssMappingEntry entry_;
1753 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DumpBssEntries()1755 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()1760 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()