Searched defs:InsertIfNotPresent (Results 1 - 3 of 3) sorted by relevance

/external/libtextclassifier/util/gtl/
H A Dmap_util.h48 bool InsertIfNotPresent(Collection* const collection, function in namespace:libtextclassifier2
55 bool InsertIfNotPresent( function in namespace:libtextclassifier2
59 return InsertIfNotPresent(collection,
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dmap_util.h124 bool InsertIfNotPresent(Collection* const collection, function in namespace:tensorflow::gtl
131 bool InsertIfNotPresent( function in namespace:tensorflow::gtl
135 return InsertIfNotPresent(collection,
/external/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h321 bool InsertIfNotPresent(Collection* const collection, function in namespace:google::protobuf
328 bool InsertIfNotPresent( function in namespace:google::protobuf
332 return InsertIfNotPresent(
340 GOOGLE_CHECK(InsertIfNotPresent(collection, value)) << "duplicate value: " << value;
347 GOOGLE_CHECK(InsertIfNotPresent(collection, value)) << "duplicate value.";
356 GOOGLE_CHECK(InsertIfNotPresent(collection, key, data))
366 GOOGLE_CHECK(InsertIfNotPresent(collection, key, data)) << "duplicate key.";

Completed in 224 milliseconds