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

  /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 128 return FindWithDefault(edge_weights_, make_pair(vertex1, vertex2), 0.0);
130 return FindWithDefault(edge_weights_, make_pair(vertex2, vertex1), 0.0);
canonical_views_clustering.cc 171 FindWithDefault(view_to_canonical_view_similarity_, *neighbor, 0.0);
198 FindWithDefault(view_to_canonical_view_similarity_, *neighbor, 0.0);
map_util.h 70 FindWithDefault(const Collection& collection,
  /external/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/protobuf/src/google/protobuf/
descriptor_database.cc 176 return FindWithDefault(by_name_, filename, Value());
192 return FindWithDefault(by_extension_,

Completed in 145 milliseconds