/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/partial/ |
D | ThriftMetadataTest.java | 65 ThriftMetadata.ThriftStruct testStruct = ThriftMetadata.ThriftStruct.of(TestStruct.class); in testThriftStructOf() local 124 ThriftMetadata.ThriftStruct testStruct, int id, String fieldName) { in validateBasicFieldMetadata() 129 ThriftMetadata.ThriftStruct testStruct, in validateBasicFieldMetadata() 170 ThriftMetadata.ThriftStruct testStruct, int id, String fieldName, byte ttype) { in validateFieldMetadata() 178 ThriftMetadata.ThriftStruct testStruct, int id, String fieldName, byte ttype) { in validateListFieldMetadata() 190 ThriftMetadata.ThriftStruct testStruct, int id, String fieldName, byte ttype) { in validateSetFieldMetadata() 202 ThriftMetadata.ThriftStruct testStruct, in validateMapFieldMetadata()
|
D | ThriftStructProcessorTest.java | 50 public void testStruct() throws TException { in testStruct() method in ThriftStructProcessorTest
|
/thrift-3.4.0/lib/nodets/test/ |
D | test_handler.ts | 128 testStruct(thing: ttypes.Xtruct) { method in SyncThriftTestHandler 268 …testStruct(thing: ttypes.Xtruct, callback: (err: any, result: ttypes.Xtruct) => void): Q.IPromise<… method in AsyncThriftTestHandler
|
/thrift-3.4.0/test/ocaml/server/ |
D | TestServer.ml | 40 method testStruct x = p "testStruct(---)\n"; (sod x) method in test_handler
|
/thrift-3.4.0/test/swift/CrossTests/Sources/TestServer/ |
D | ThriftTestService.swift | 136 func testStruct(thing: Xtruct) throws -> Xtruct { in testStruct() function
|
/thrift-3.4.0/test/py.twisted/ |
D | test_suite.py | 74 def testStruct(self, thing): member in TestHandler 160 def testStruct(self): member in ThriftTestCase
|
/thrift-3.4.0/test/perl/ |
D | TestServer.pl | 235 sub testStruct { subroutine
|
/thrift-3.4.0/test/haxe/src/ |
D | TestServerHandler.hx | 171 public function testStruct(thing:Xtruct):Xtruct method
|
/thrift-3.4.0/test/swift/CrossTests/Sources/TestClient/ |
D | main.swift | 208 func testStruct() throws { in testStruct() function
|
/thrift-3.4.0/lib/js/test/ |
D | test_handler.js | 58 testStruct: function(thing, result) { method in exports.ThriftTestHandler
|
/thrift-3.4.0/lib/ts/test/ |
D | test_handler.js | 58 testStruct: function(thing, result) { method in exports.ThriftTestHandler
|
/thrift-3.4.0/test/py.tornado/ |
D | test_suite.py | 80 def testStruct(self, thing): member in TestHandler
|
/thrift-3.4.0/lib/kotlin/cross-test-server/src/main/kotlin/org/apache/thrift/test/ |
D | TestHandler.kt | 97 override suspend fun testStruct(thing: Xtruct): Xtruct { in testStruct() method in org.apache.thrift.test.TestHandler
|
/thrift-3.4.0/lib/d/test/ |
D | thrift_test_server.d | 99 override Xtruct testStruct(ref const(Xtruct) thing) { in testStruct() function
|
/thrift-3.4.0/lib/delphi/test/ |
D | TestServer.pas | 71 function testStruct(const thing: IXtruct): IXtruct; in testStruct() function
|
/thrift-3.4.0/test/py/ |
D | TestServer.py | 81 def testStruct(self, thing): member in TestHandler
|
D | TestClient.py | 152 def testStruct(self): member in AbstractTest
|
/thrift-3.4.0/test/cpp/src/ |
D | TestServer.cpp | 135 void testStruct(Xtruct& out, const Xtruct& thing) override { in testStruct() function in TestHandler 445 void testStruct(std::function<void(Xtruct const& _return)> cob, const Xtruct& thing) override { in testStruct() function in TestHandlerAsync
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/ |
D | ServerTestBase.java | 126 public Xtruct testStruct(Xtruct thing) { in testStruct() method in ServerTestBase.TestHandler
|
/thrift-3.4.0/lib/c_glib/test/ |
D | testthrifttestclient.cpp | 116 void testStruct(Xtruct& out, const Xtruct &thing) override { in testStruct() function in TestHandler
|
D | testthrifttestzlibclient.cpp | 111 void testStruct(Xtruct& out, const Xtruct &thing) override { in testStruct() function in TestHandler
|