Home
last modified time | relevance | path

Searched defs:testStruct (Results 1 – 21 of 21) sorted by relevance

/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/partial/
DThriftMetadataTest.java65 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()
DThriftStructProcessorTest.java50 public void testStruct() throws TException { in testStruct() method in ThriftStructProcessorTest
/thrift-3.4.0/lib/nodets/test/
Dtest_handler.ts128 testStruct(thing: ttypes.Xtruct) { method in SyncThriftTestHandler
268testStruct(thing: ttypes.Xtruct, callback: (err: any, result: ttypes.Xtruct) => void): Q.IPromise<… method in AsyncThriftTestHandler
/thrift-3.4.0/test/ocaml/server/
DTestServer.ml40 method testStruct x = p "testStruct(---)\n"; (sod x) method in test_handler
/thrift-3.4.0/test/swift/CrossTests/Sources/TestServer/
DThriftTestService.swift136 func testStruct(thing: Xtruct) throws -> Xtruct { in testStruct() function
/thrift-3.4.0/test/py.twisted/
Dtest_suite.py74 def testStruct(self, thing): member in TestHandler
160 def testStruct(self): member in ThriftTestCase
/thrift-3.4.0/test/perl/
DTestServer.pl235 sub testStruct { subroutine
/thrift-3.4.0/test/haxe/src/
DTestServerHandler.hx171 public function testStruct(thing:Xtruct):Xtruct method
/thrift-3.4.0/test/swift/CrossTests/Sources/TestClient/
Dmain.swift208 func testStruct() throws { in testStruct() function
/thrift-3.4.0/lib/js/test/
Dtest_handler.js58 testStruct: function(thing, result) { method in exports.ThriftTestHandler
/thrift-3.4.0/lib/ts/test/
Dtest_handler.js58 testStruct: function(thing, result) { method in exports.ThriftTestHandler
/thrift-3.4.0/test/py.tornado/
Dtest_suite.py80 def testStruct(self, thing): member in TestHandler
/thrift-3.4.0/lib/kotlin/cross-test-server/src/main/kotlin/org/apache/thrift/test/
DTestHandler.kt97 override suspend fun testStruct(thing: Xtruct): Xtruct { in testStruct() method in org.apache.thrift.test.TestHandler
/thrift-3.4.0/lib/d/test/
Dthrift_test_server.d99 override Xtruct testStruct(ref const(Xtruct) thing) { in testStruct() function
/thrift-3.4.0/lib/delphi/test/
DTestServer.pas71 function testStruct(const thing: IXtruct): IXtruct; in testStruct() function
/thrift-3.4.0/test/py/
DTestServer.py81 def testStruct(self, thing): member in TestHandler
DTestClient.py152 def testStruct(self): member in AbstractTest
/thrift-3.4.0/test/cpp/src/
DTestServer.cpp135 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/
DServerTestBase.java126 public Xtruct testStruct(Xtruct thing) { in testStruct() method in ServerTestBase.TestHandler
/thrift-3.4.0/lib/c_glib/test/
Dtestthrifttestclient.cpp116 void testStruct(Xtruct& out, const Xtruct &thing) override { in testStruct() function in TestHandler
Dtestthrifttestzlibclient.cpp111 void testStruct(Xtruct& out, const Xtruct &thing) override { in testStruct() function in TestHandler