Searched defs:LookupOrInsert (Results 1 - 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/lib/gtl/
H A Dmap_util.h143 typename Collection::value_type::second_type& LookupOrInsert( function in namespace:tensorflow::gtl
150 typename Collection::value_type::second_type& LookupOrInsert( function in namespace:tensorflow::gtl
154 return LookupOrInsert(collection,
/external/v8/src/snapshot/
H A Dstartup-serializer.h39 bool LookupOrInsert(HeapObject* obj, int* index_out) { function in class:v8::internal::StartupSerializer::PartialCacheIndexMap
/external/v8/src/
H A Didentity-map.cc133 int IdentityMapBase::LookupOrInsert(Object* key) { function in class:v8::internal::IdentityMapBase
173 int index = LookupOrInsert(key);
/external/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h395 LookupOrInsert(Collection* const collection, function in namespace:google::protobuf
403 LookupOrInsert(Collection* const collection, function in namespace:google::protobuf
406 return LookupOrInsert(
428 LookupOrInsert(count_map, *it,
/external/v8/src/base/
H A Dhashmap.h57 Entry* LookupOrInsert(const Key& key, uint32_t hash,
64 Entry* LookupOrInsert(const Key& key, uint32_t hash, const Func& value_func,
171 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::LookupOrInsert( function in class:v8::base::TemplateHashMapImpl
173 return LookupOrInsert(key, hash, []() { return Value(); }, allocator);
180 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::LookupOrInsert( function in class:v8::TemplateHashMapImpl
493 return Iterator(this, this->LookupOrInsert(key, key->Hash(), allocator));
/external/v8/src/crankshaft/
H A Dhydrogen-bce.cc316 BoundsCheckBbData** BoundsCheckTable::LookupOrInsert(BoundsCheckKey* key, function in class:v8::internal::BoundsCheckTable
319 &(CustomMatcherZoneHashMap::LookupOrInsert(key, key->Hash(),
328 CustomMatcherZoneHashMap::LookupOrInsert(key, key->Hash(),
399 BoundsCheckBbData** data_p = table_.LookupOrInsert(key, zone());

Completed in 1115 milliseconds