Home
last modified time | relevance | path

Searched defs:helper3 (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/socket/
Dsequenced_socket_data_unittest.cc495 ReentrantHelper helper3(sock_.get()); in TEST_F() local
819 ReentrantHelper helper3(sock_.get()); in TEST_F() local
1025 ReentrantHelper helper3(sock_.get()); in TEST_F() local
1060 ReentrantHelper helper3(sock_.get()); in TEST_F() local
1097 ReentrantHelper helper3(sock_.get()); in TEST_F() local
/external/python/cpython3/Lib/test/
Dtest_marshal.py382 def helper3(self, rsample, recursive=False, simple=False): member in InstancingTestCase