Searched defs:FindWithDefault (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dmap_util.h71 FindWithDefault(const Collection& collection, function in namespace:ceres
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h47 FindWithDefault(const Collection& collection, function in namespace:google::protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dmap-util.h47 FindWithDefault(const Collection& collection, function in namespace:google::protobuf
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.cc468 int FindWithDefault(const std::map<std::string, std::string>& map, function in namespace:cricket
514 int bitrate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_BITRATE, 0);
530 int width = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_WIDTH, 0);
531 int height = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_HEIGHT, 0);
532 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERATE, 0);

Completed in 2275 milliseconds