Searched refs:AddAll (Results 1 – 10 of 10) sorted by relevance
27 void ZoneList<T>::AddAll(const ZoneList<T>& other, Zone* zone) { in AddAll() function28 AddAll(other.ToVector(), zone); in AddAll()32 void ZoneList<T>::AddAll(const Vector<T>& other, Zone* zone) { in AddAll() function
172 AddAll(other, zone); in ZoneList()222 void AddAll(const ZoneList<T>& other, Zone* zone);224 void AddAll(const Vector<T>& other, Zone* zone);
136 TEST(MutableOpResolverTest, AddAll) { in TEST() argument147 resolver1.AddAll(resolver2); in TEST()
65 void AddAll(const MutableOpResolver& other);
58 void MutableOpResolver::AddAll(const MutableOpResolver& other) { in AddAll() function in tflite::MutableOpResolver
58 void MarkAllLive() { bit_vector_.AddAll(); } in MarkAllLive()
104 resolver.AddAll(optional_options->op_resolver); in TFL_NewInterpreter()
143 void AddAll() { in AddAll() function
3524 call_args->AddAll(*expressions, zone()); in CloseTemplateLiteral()
5840 ranges->AddAll(*new_ranges, zone); in AddClassEscape()