/external/chromium_org/third_party/re2/util/ |
sparse_array_test.cc | 92 EXPECT_EQ("r", FindWithDefault(str_map_, 3, kNotFound)); 94 EXPECT_EQ("r", FindWithDefault(str_map_, 3, kNotFound)); 101 EXPECT_EQ("a", FindWithDefault(str_map, 1, kNotFound)); 102 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound)); 104 EXPECT_EQ("NOT FOUND", FindWithDefault(str_map, 1, kNotFound)); 105 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound)); 135 EXPECT_EQ("hi", FindWithDefault(str_map_, 2, kNotFound));
|
/external/regex-re2/util/ |
sparse_array_test.cc | 92 EXPECT_EQ("r", FindWithDefault(str_map_, 3, kNotFound)); 94 EXPECT_EQ("r", FindWithDefault(str_map_, 3, kNotFound)); 101 EXPECT_EQ("a", FindWithDefault(str_map, 1, kNotFound)); 102 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound)); 104 EXPECT_EQ("NOT FOUND", FindWithDefault(str_map, 1, kNotFound)); 105 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound)); 135 EXPECT_EQ("hi", FindWithDefault(str_map_, 2, kNotFound));
|
/external/ceres-solver/internal/ceres/ |
graph.h | 129 return FindWithDefault(edge_weights_, make_pair(vertex1, vertex2), 0.0); 131 return FindWithDefault(edge_weights_, make_pair(vertex2, vertex1), 0.0);
|
canonical_views_clustering.cc | 173 FindWithDefault(view_to_canonical_view_similarity_, *neighbor, 0.0); 200 FindWithDefault(view_to_canonical_view_similarity_, *neighbor, 0.0);
|
map_util.h | 71 FindWithDefault(const Collection& collection,
|
solver_impl.cc | 603 FindWithDefault(linear_solver_time_statistics, 611 FindWithDefault(evaluator_time_statistics, "Evaluator::Residual", 0.0); 613 FindWithDefault(evaluator_time_statistics, "Evaluator::Jacobian", 0.0); [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
map-util.h | 47 FindWithDefault(const Collection& collection,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
map-util.h | 47 FindWithDefault(const Collection& collection,
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.cc | 617 int FindWithDefault(const std::map<std::string, std::string>& map, 662 int bitrate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_BITRATE, 0); 677 int width = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_WIDTH, 0); 678 int height = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_HEIGHT, 0); 679 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERATE, 0); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_database.cc | 176 return FindWithDefault(by_name_, filename, Value()); 192 return FindWithDefault(by_extension_,
|
/external/protobuf/src/google/protobuf/ |
descriptor_database.cc | 176 return FindWithDefault(by_name_, filename, Value()); 192 return FindWithDefault(by_extension_,
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasessionclient.cc | 462 int FindWithDefault(const std::map<std::string, std::string>& map, 507 int bitrate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_BITRATE, 0); 523 int width = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_WIDTH, 0); 524 int height = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_HEIGHT, 0); 525 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERATE, 0); [all...] |