/external/chromium_org/third_party/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/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 | 86 bool InsertIfNotPresent(
|
schur_eliminator_impl.h | 136 if (InsertIfNotPresent(
|
/external/protobuf/src/google/protobuf/stubs/ |
map-util.h | 109 bool InsertIfNotPresent(Collection * const collection,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
map-util.h | 133 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 | 241 if (!InsertIfNotPresent(&file_map_, file, registration_func)) { 256 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...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
message.cc | 279 if (!InsertIfNotPresent(&file_map_, file, registration_func)) { 294 if (!InsertIfNotPresent(&type_map_, descriptor, prototype)) {
|
descriptor_database.cc | 56 if (!InsertIfNotPresent(&by_name_, file.name(), value)) { 156 if (!InsertIfNotPresent(&by_extension_,
|
descriptor.cc | 731 if (InsertIfNotPresent(&symbols_by_name_, full_name.c_str(), symbol)) { 742 return InsertIfNotPresent(&symbols_by_parent_, by_parent_key, symbol); 746 if (InsertIfNotPresent(&files_by_name_, file->name().c_str(), file)) { 768 InsertIfNotPresent(&fields_by_lowercase_name_, lowercase_key, field); 771 InsertIfNotPresent(&fields_by_camelcase_name_, camelcase_key, field); 776 return InsertIfNotPresent(&fields_by_number_, key, field); 782 return InsertIfNotPresent(&enum_values_by_number_, key, value); 787 if (InsertIfNotPresent(&extensions_, key, field)) { [all...] |
extension_set.cc | 83 if (!InsertIfNotPresent(registry_, make_pair(containing_type, number), [all...] |