Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/d/test/
Dthrift_test_client.d259 auto mm = client.testMapMap(1); in main() local
/thrift-3.4.0/lib/java/src/crossTest/java/org/apache/thrift/test/
DTestClient.java578 Map<Integer, Map<Integer, Integer>> mm = testClient.testMapMap(1); in main() local
/thrift-3.4.0/test/php/
DTestClient.php422 $mm = $testClient->testMapMap(1); variable
/thrift-3.4.0/test/haxe/src/
DTestClient.hx787 var mm = client.testMapMap(1); variable
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/
DServerTestBase.java534 Map<Integer, Map<Integer, Integer>> mm = testClient.testMapMap(1); in testNestedMap() local
/thrift-3.4.0/test/cpp/src/
DTestClient.cpp908 map<int32_t, map<int32_t, int32_t> > mm; in main() local
/thrift-3.4.0/lib/kotlin/cross-test-client/src/main/kotlin/org/apache/thrift/test/
DTestClient.kt560 val mm: Map<Int, Map<Int, Int>> = testMapMap(1) in nestedMapTest() constant