Searched refs:new_loca (Results 1 – 2 of 2) sorted by relevance
129 void SubsetEBLC(EblcTable::Builder* eblc, const BitmapLocaList& new_loca);141 BitmapLocaList new_loca; in TestIndexFormatConversion() local142 eblc_builder->GenerateLocaList(&new_loca); in TestIndexFormatConversion()143 SubsetEBLC(eblc_builder, new_loca); // Format 3 -> 4 in TestIndexFormatConversion()
500 void SubsetEBLC(EblcTable::Builder* eblc, const BitmapLocaList& new_loca) { in SubsetEBLC() argument512 SubsetIndexSubTable((*index_builders)[index], new_loca[strike], in SubsetEBLC()606 BitmapLocaList new_loca; in SetupBitmapBuilders() local607 ebdt_table_builder->GenerateLocaList(&new_loca); in SetupBitmapBuilders()608 SubsetEBLC(eblc_table_builder, new_loca); in SetupBitmapBuilders()