Home
last modified time | relevance | path

Searched refs:InsertInternal (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h122 InsertInternal(tk, v, target_bucket, target_slot); in InsertUnique()
257 inline void InsertInternal(key_type k, const value& v, uint64 b, int slot) { in InsertInternal() function
316 InsertInternal(k, v, e.bucket, free_slot); in CuckooInsert()
/external/v8/src/
Dsplay-tree-inl.h41 InsertInternal(cmp, node); in Insert()
49 void SplayTree<Config, Allocator>::InsertInternal(int cmp, Node* node) { in InsertInternal() function
174 InsertInternal(cmp, node_to_move); in Move()
Dsplay-tree.h157 void InsertInternal(int cmp, Node* node);