Searched refs:total_entries (Results 1 – 1 of 1) sorted by relevance
525 uint32_t total_entries = (pc2dex_mapping_table_.size() + dex2pc_mapping_table_.size()) / 2; in CreateMappingTables() local527 encoded_mapping_table_.PushBack(total_entries); in CreateMappingTables()534 CHECK_EQ(table.TotalSize(), total_entries); in CreateMappingTables()