Home
last modified time | relevance | path

Searched refs:InsertUnique (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map_test.cc48 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 …]
Dpresized_cuckoo_map.h100 bool InsertUnique(const key_type k, const value& v) { in InsertUnique() function
Dexample_proto_fast_parsing.cc1134 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/
DTypeMap.h38 bool InsertUnique(const lldb::TypeSP &type);
/external/protobuf/src/google/protobuf/
Dmap.h575 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/
DTypeMap.cpp34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc938 ok &= config_index->InsertUnique( in EvalParseExample()
942 ok &= config_index->InsertUnique( in EvalParseExample()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2418 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2482 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()