Home
last modified time | relevance | path

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

/thrift-3.4.0/test/php/
DTestClient.php252 $mapin = $testClient->testMap($mapout); variable
285 $mapin = $testClient->testStringMap($mapout); variable
/thrift-3.4.0/lib/d/test/
Dthrift_test_client.d204 auto mapin = client.testMap(mapout); in main() local
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/
DServerTestBase.java519 Map<Integer, Integer> mapin = testClient.testMap(mapout); in testMap() local
529 Map<String, String> mapin = testClient.testStringMap(mapout); in testStringMap() local
/thrift-3.4.0/lib/java/src/crossTest/java/org/apache/thrift/test/
DTestClient.java406 Map<Integer, Integer> mapin = testClient.testMap(mapout); in main() local
/thrift-3.4.0/test/haxe/src/
DTestClient.hx638 var mapin = client.testMap(mapout); variable
/thrift-3.4.0/test/cpp/src/
DTestClient.cpp705 map<int32_t, int32_t> mapin; in main() local