HomeSort by relevance Sort by last modified time
    Searched defs:LookupOrInsert (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/lib/gtl/
map_util.h 143 typename Collection::value_type::second_type& LookupOrInsert(
150 typename Collection::value_type::second_type& LookupOrInsert(
154 return LookupOrInsert(collection,
  /external/v8/src/snapshot/
startup-serializer.h 39 bool LookupOrInsert(HeapObject* obj, int* index_out) {
  /external/v8/src/
identity-map.cc 133 int IdentityMapBase::LookupOrInsert(Object* key) {
173 int index = LookupOrInsert(key);
  /external/protobuf/src/google/protobuf/stubs/
map_util.h 395 LookupOrInsert(Collection* const collection,
403 LookupOrInsert(Collection* const collection,
406 return LookupOrInsert(
428 LookupOrInsert(count_map, *it,
  /external/v8/src/base/
hashmap.h 57 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(
173 return LookupOrInsert(key, hash, []() { return Value(); }, allocator);
180 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::LookupOrInsert(
493 return Iterator(this, this->LookupOrInsert(key, key->Hash(), allocator));
  /external/v8/src/crankshaft/
hydrogen-bce.cc 316 BoundsCheckBbData** BoundsCheckTable::LookupOrInsert(BoundsCheckKey* key,
319 &(CustomMatcherZoneHashMap::LookupOrInsert(key, key->Hash(),
328 CustomMatcherZoneHashMap::LookupOrInsert(key, key->Hash(),
399 BoundsCheckBbData** data_p = table_.LookupOrInsert(key, zone());

Completed in 691 milliseconds