Searched refs:ParseIceCandidate (Results 1 – 3 of 3) sorted by relevance
45 Result<std::unique_ptr<webrtc::IceCandidateInterface>> ParseIceCandidate(
90 Result<std::unique_ptr<webrtc::IceCandidateInterface>> ParseIceCandidate( in ParseIceCandidate() function
288 auto candidate = CF_EXPECT(ParseIceCandidate(type, message)); in HandleSignalingMessageInner()