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

  /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 336 milliseconds