Searched refs:insertion_index (Results 1 – 6 of 6) sorted by relevance
99 int insertion_index = map->transitions()->Search(*name); in CopyInsert() local100 if (insertion_index == kNotFound) ++new_size; in CopyInsert()116 insertion_index = array->Search(*name); in CopyInsert()117 if (insertion_index == kNotFound) ++new_size; in CopyInsert()126 if (insertion_index != kNotFound) { in CopyInsert()128 if (i != insertion_index) { in CopyInsert()132 result->NoIncrementalWriteBarrierSet(insertion_index, *name, *target); in CopyInsert()137 insertion_index = 0; in CopyInsert()138 for (; insertion_index < number_of_transitions; ++insertion_index) { in CopyInsert()139 if (InsertionPointFound(array->GetKey(insertion_index), *name)) break; in CopyInsert()[all …]
6998 int insertion_index, in CopyReplaceDescriptor() argument7004 DCHECK(*key == descriptors->GetKey(insertion_index)); in CopyReplaceDescriptor()7009 new_descriptors->Replace(insertion_index, descriptor); in CopyReplaceDescriptor()7012 (insertion_index == descriptors->number_of_descriptors() - 1) in CopyReplaceDescriptor()13820 uint32_t insertion_index = in Rehash() local13823 new_table->set(insertion_index + j, get(from_index + j), mode); in Rehash()
68 self.insertion_index = Validator.validators_count
1088 validators, key=lambda validator: validator.insertion_index):
142 void SkGlyphCache::adjustCaches(int insertion_index) { in adjustCaches() argument144 if (fGlyphHash[i] >= SkToU16(insertion_index)) { in adjustCaches()150 if (fCharToGlyphHash[i].fGlyphIndex >= SkToU16(insertion_index)) { in adjustCaches()
233 void adjustCaches(int insertion_index);