Searched refs:IndexBssMappingEntry (Results 1 – 5 of 5) sorted by relevance
26 size_t IndexBssMappingEntry::GetBssOffset(size_t index_bits, in GetBssOffset()55 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in GetBssOffset()56 uint32_t index_mask = IndexBssMappingEntry::IndexMask(index_bits); in GetBssOffset()60 [=](const struct IndexBssMappingEntry& entry) { in GetBssOffset()66 const IndexBssMappingEntry& entry = *it; in GetBssOffset()
41 struct IndexBssMappingEntry { struct69 using IndexBssMapping = LengthPrefixedArray<IndexBssMappingEntry>; argument
2483 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DCheckIndexToBssMapping()2484 const IndexBssMappingEntry* prev_entry = nullptr; in DCheckIndexToBssMapping()2485 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_;
1670 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DumpBssEntries()1672 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()1677 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()