HomeSort by relevance Sort by last modified time
    Searched defs:FindWithDefault (Results 1 - 5 of 5) 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/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/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...]

Completed in 193 milliseconds