Home
last modified time | relevance | path

Searched defs:in2 (Results 1 – 5 of 5) sorted by relevance

/thrift-3.4.0/lib/d/test/
Dthrift_test_client.d192 auto in2 = client.testNest(out2); in main() local
/thrift-3.4.0/lib/java/src/crossTest/java/org/apache/thrift/test/
DTestClient.java368 Xtruct2 in2 = testClient.testNest(out2); in main() local
/thrift-3.4.0/test/php/
DTestClient.php219 $in2 = $testClient->testNest($out2); variable
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/
DServerTestBase.java550 Xtruct2 in2 = testClient.testNest(XSTRUCT2); in testNestedStruct() local
/thrift-3.4.0/test/cpp/src/
DTestClient.cpp671 Xtruct2 in2; in main() local