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
2478 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DCheckIndexToBssMapping()2479 const IndexBssMappingEntry* prev_entry = nullptr; in DCheckIndexToBssMapping()2480 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_;
1646 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DumpBssEntries()1648 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()1653 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()