Home
last modified time | relevance | path

Searched refs:cand1 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/useful/
Dsmchash.c149 static UInt cand1 ( GuestBytes* gb ) in cand1() function
231 cand1;
/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc2215 cricket::Candidate cand1; in TEST_F() local
2216 cand1.set_priority(3); in TEST_F()
2219 EXPECT_TRUE(cand1.priority() > cand2.priority()); in TEST_F()