Lines Matching refs:string
40 #include <string>
53 // return - SDP string serialized from the arguments.
54 std::string SdpSerialize(const JsepSessionDescription& jdesc);
56 // Serializes the passed in IceCandidateInterface to a SDP string.
58 std::string SdpSerializeCandidate(const IceCandidateInterface& candidate);
60 // Deserializes the passed in SDP string to a JsepSessionDescription.
61 // message - SDP string to be Deserialized.
62 // jdesc - The JsepSessionDescription deserialized from the SDP string.
65 bool SdpDeserialize(const std::string& message,
69 // Deserializes the passed in SDP string to one JsepIceCandidate.
72 // message - The SDP string to be Deserialized.
73 // candidates - The JsepIceCandidate from the SDP string.
76 bool SdpDeserializeCandidate(const std::string& message,