Searched defs:candidate (Results 1 – 5 of 5) sorted by relevance
375 candidate: message.candidate property391 async #sendIceCandidate(candidate) { argument393 return this.#serverConnector.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()
550 for (auto& candidate: pending_ice_candidates_) { in AddPendingIceCandidates() local723 std::unique_ptr<webrtc::IceCandidateInterface> candidate( in HandleMessage() local794 const webrtc::IceCandidateInterface *candidate) { in OnIceCandidate()
513 const Partition& candidate, int k) { in FindKClosestASTCPartitions()564 const Partition& FindClosestASTCPartition(const Partition& candidate) { in FindClosestASTCPartition()
94 [&sensor](const auto& candidate) -> bool { return candidate.name == sensor->name; }); in isSensorSupported()