Home
last modified time | relevance | path

Searched refs:StringToProto (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc510 StringToProto(c.protocol().c_str(), &pvalue) && in OnCandidateReady()
578 StringToProto(potentials[i].protocol().c_str(), &pvalue) && in OnProtocolEnabled()
/external/webrtc/webrtc/p2p/base/
Dport.h97 bool StringToProto(const char* value, ProtocolType* proto);
Dport.cc101 bool StringToProto(const char* value, ProtocolType* proto) { in StringToProto() function
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc252 if (!cricket::StringToProto(tokens[1].c_str(), &turn_transport_type) || in ParseIceServerUrl()
Dwebrtcsdp.cc1020 if (!StringToProto(transport.c_str(), &protocol)) { in ParseCandidate()