Home
last modified time | relevance | path

Searched refs:GetIntFromJsonObject (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Djson.h75 bool GetIntFromJsonObject(const Json::Value& in, const std::string& k,
Djson.cc264 bool GetIntFromJsonObject(const Json::Value& in, const std::string& k, in GetIntFromJsonObject() function
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc304 !rtc::GetIntFromJsonObject(jmessage, kCandidateSdpMlineIndexName, in OnMessageFromPeer()