Searched refs:InsertInternal (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | presized_cuckoo_map.h | 122 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/ |
D | splay-tree-inl.h | 41 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()
|
D | splay-tree.h | 157 void InsertInternal(int cmp, Node* node);
|