Searched defs:candidate (Results 1 – 5 of 5) sorted by relevance
310 candidate: message.candidate property367 async sendIceCandidate(candidate) { argument368 this._sendToDevice({type: 'ice-candidate', candidate}); field
28 bool AreSymbolsTheSame(const TIntermSymbol *expected, const TIntermSymbol *candidate) in AreSymbolsTheSame()45 bool AreLValuesTheSame(TIntermTyped *expected, TIntermTyped *candidate) in AreLValuesTheSame()
513 const Partition& candidate, int k) { in FindKClosestASTCPartitions()564 const Partition& FindClosestASTCPartition(const Partition& candidate) { in FindClosestASTCPartition()
584 std::unique_ptr<webrtc::IceCandidateInterface> candidate( in HandleMessage() local645 const webrtc::IceCandidateInterface *candidate) { in OnIceCandidate()
94 [&sensor](const auto& candidate) -> bool { return candidate.name == sensor->name; }); in isSensorSupported()