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

  /external/protobuf/src/google/protobuf/stubs/
map-util.h 47 FindWithDefault(const Collection& collection,
  /external/ceres-solver/internal/ceres/
map_util.h 71 FindWithDefault(const Collection& collection,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
map-util.h 47 FindWithDefault(const Collection& collection,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 464 int FindWithDefault(const std::map<std::string, std::string>& map,
510 int bitrate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_BITRATE, 0);
526 int width = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_WIDTH, 0);
527 int height = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_HEIGHT, 0);
528 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERATE, 0);
    [all...]

Completed in 4709 milliseconds