Home
last modified time | relevance | path

Searched defs:nominated (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/p2p/base/
H A Dconnection_info.h71 bool nominated; member
H A Dconnection.cc376 bool Connection::nominated() const { in nominated() function in cricket::Connection
H A Dport_unittest.cc379 bool nominated() const { return nominated_; } in nominated() function in cricket::TestChannel
H A Dp2p_transport_channel_unittest.cc1008 bool nominated() { return nominated_; } in nominated() function in cricket::P2PTransportChannelTestBase
/aosp_15_r20/external/mesa3d/bin/pick/
H A Dcore.py123 nominated: bool = attr.ib(False) variable in Commit
/aosp_15_r20/external/webrtc/api/stats/
H A Drtcstats_objects.h204 RTCStatsMember<bool> nominated; variable