HomeSort by relevance Sort by last modified time
    Searched refs:InsertIfNotPresent (Results 1 - 10 of 10) sorted by null

  /external/regex-re2/util/
sparse_array_test.cc 89 TEST_F(SparseArrayStringTest, InsertIfNotPresent) {
91 EXPECT_TRUE(InsertIfNotPresent(&str_map_, 3, "r"));
93 EXPECT_FALSE(InsertIfNotPresent(&str_map_, 3, "other value"));
  /external/ceres-solver/internal/ceres/
map_util.h 85 bool InsertIfNotPresent(
schur_eliminator_impl.h 130 if (InsertIfNotPresent(
  /external/protobuf/src/google/protobuf/stubs/
map-util.h 109 bool InsertIfNotPresent(Collection * const collection,
  /frameworks/base/media/mca/filterfw/native/base/
utilities.h 150 bool InsertIfNotPresent(Collection * const collection,
  /frameworks/base/media/mca/filterpacks/native/base/
utilities.h 150 bool InsertIfNotPresent(Collection * const collection,
  /external/protobuf/src/google/protobuf/
message.cc 240 if (!InsertIfNotPresent(&file_map_, file, registration_func)) {
255 if (!InsertIfNotPresent(&type_map_, descriptor, prototype)) {
descriptor_database.cc 56 if (!InsertIfNotPresent(&by_name_, file.name(), value)) {
156 if (!InsertIfNotPresent(&by_extension_,
descriptor.cc 639 if (InsertIfNotPresent(&symbols_by_name_, full_name.c_str(), symbol)) {
650 return InsertIfNotPresent(&symbols_by_parent_, by_parent_key, symbol);
654 if (InsertIfNotPresent(&files_by_name_, file->name().c_str(), file)) {
676 InsertIfNotPresent(&fields_by_lowercase_name_, lowercase_key, field);
679 InsertIfNotPresent(&fields_by_camelcase_name_, camelcase_key, field);
684 return InsertIfNotPresent(&fields_by_number_, key, field);
690 return InsertIfNotPresent(&enum_values_by_number_, key, value);
695 if (InsertIfNotPresent(&extensions_, key, field)) {
    [all...]
extension_set.cc 83 if (!InsertIfNotPresent(registry_, make_pair(containing_type, number),
    [all...]

Completed in 687 milliseconds