Searched refs:InsertInternal (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | sparse_set.h | 133 return InsertInternal(true, i); in insert() 139 return InsertInternal(false, i); in insert_new() 143 iterator InsertInternal(bool allow_existing, int i) { in InsertInternal() function
|
/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()
|