Searched refs:InsertUnique (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | presized_cuckoo_map_test.cc | 48 EXPECT_TRUE(pscm.InsertUnique(1, 2)); in TEST() 56 EXPECT_TRUE(pscm.InsertUnique(1, 2)); in TEST() 68 ASSERT_TRUE(pscm.InsertUnique(key, i)); in TEST() 76 if (!pscm.InsertUnique(key, i)) { in TEST() 107 pscm.InsertUnique(0, 0); in TEST() 108 pscm.InsertUnique(1, 1); in TEST() 124 EXPECT_TRUE(pscm.InsertUnique(key, i)); in RunFill() 148 EXPECT_TRUE(pscm.InsertUnique(key, i)); in TEST() 154 EXPECT_FALSE(pscm.InsertUnique(key, i)); in TEST() 176 pscm.InsertUnique(calculated_keys[i], i); in BM_CuckooFill() [all …]
|
D | presized_cuckoo_map.h | 100 bool InsertUnique(const key_type k, const value& v) { in InsertUnique() function
|
D | example_proto_fast_parsing.cc | 1134 ok &= config_index.InsertUnique(hasher(config.dense[d].feature_name), in FastParseExample() 1138 ok &= config_index.InsertUnique(hasher(config.sparse[d].feature_name), in FastParseExample() 1142 ok &= config_index.InsertUnique(hasher(config.ragged[d].feature_name), in FastParseExample() 1449 ok &= config_index.InsertUnique(hasher(config.dense[d].feature_name), in FastParseSingleExample() 1453 ok &= config_index.InsertUnique(hasher(config.sparse[d].feature_name), in FastParseSingleExample() 1457 ok &= config_index.InsertUnique(hasher(config.ragged[d].feature_name), in FastParseSingleExample()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | TypeMap.h | 38 bool InsertUnique(const lldb::TypeSP &type);
|
/external/protobuf/src/google/protobuf/ |
D | map.h | 575 iterator result = InsertUnique(b, node); in insert() 595 iterator result = InsertUnique(b, node); in insert() 675 iterator InsertUnique(size_type b, Node* node) { in InsertUnique() function 790 InsertUnique(BucketNumber(*KeyPtrFromNodePtr(node)), node); in TransferList() 800 InsertUnique(BucketNumber(**tree_it), node); in TransferTree()
|
/external/llvm-project/lldb/source/Symbol/ |
D | TypeMap.cpp | 34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
|
/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
D | parse_example.cc | 938 ok &= config_index->InsertUnique( in EvalParseExample() 942 ok &= config_index->InsertUnique( in EvalParseExample()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 2418 types.InsertUnique(matching_type->shared_from_this()); in FindTypes() 2482 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
|