Home
last modified time | relevance | path

Searched defs:whoa (Results 1 – 7 of 7) sorted by relevance

/thrift-3.4.0/lib/d/test/
Dthrift_test_client.d278 auto whoa = client.testInsanity(insane); in main() local
/thrift-3.4.0/lib/java/src/crossTest/java/org/apache/thrift/test/
DTestClient.java631 Map<Long, Map<Numberz, Insanity>> whoa = testClient.testInsanity(insane); in main() local
/thrift-3.4.0/test/php/
DTestClient.php453 $whoa = $testClient->testInsanity($insane); variable
/thrift-3.4.0/test/haxe/src/
DTestClient.hx827 var whoa = client.testInsanity(insane); variable
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/
DServerTestBase.java402 Map<Long, Map<Numberz, Insanity>> whoa = testClient.testInsanity(insane); in testInsanity() local
/thrift-3.4.0/test/cpp/src/
DTestClient.cpp954 map<UserId, map<Numberz::type, Insanity> > whoa; in main() local
/thrift-3.4.0/lib/kotlin/cross-test-client/src/main/kotlin/org/apache/thrift/test/
DTestClient.kt252 val whoa: Map<Long, Map<Numberz, Insanity>> = testClient.testInsanity(insane) in <lambda>() constant