Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 32) sorted by relevance

12

/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/
DTestOptionals.java49 Opt4 x = new Opt4(); in testOpt4() local
64 Opt30 x = new Opt30(); in testOpt30() local
73 Opt64 x = new Opt64(); in testOpt64() local
85 Opt80 x = new Opt80(); in testOpt80() local
/thrift-3.4.0/test/swift/CrossTests/Sources/TestClient/
Dmain.swift210 let x = Xtruct(string_thing: "Zero", byte_thing: 1, i32_thing: -3, i64_thing: -5) in testStruct() variable
219 let x = Xtruct2(byte_thing: 0, struct_thing: inner, i32_thing: 0) in testNest() variable
227 let x = TMap<Int32, Int32>([0: 1, 1: 2, 2: 3, 3: 4, -1: -2]) in testMap() variable
235 let x = TSet<Int32>([8, 1, 42]) in testSet() variable
243 let x = TList<Int32>([1, 4, 9, -42]) in testList() variable
251 let x = Numberz.five in testEnum() variable
259 let x = UserId(bitPattern: 0xffffffffffffff) in testTypedef() variable
267 let x = TMap<Int32, TMap<Int32, Int32>>([ in testMapMap() variable
295 …let x = Xtruct(string_thing: "Hello2", byte_thing: 74, i32_thing: 0xff00ff, i64_thing: 0xffffffffd… in testMulti() variable
/thrift-3.4.0/compiler/cpp/src/thrift/
Dplatform.h41 #define MKDIR(x) { int r = _mkdir(x); if (r == -1 && errno != EEXIST) { throw (std::string(x) + ": … argument
43 #define MKDIR(x) { int r = mkdir(x, S_IRWXU | S_IRWXG | S_IRWXO); if (r == -1 && errno != EEXIST) {… argument
Dmain.cc941 } catch (string &x) { in parse() local
979 } catch (string &x) { in parse() local
/thrift-3.4.0/lib/kotlin/cross-test-server/src/main/kotlin/org/apache/thrift/test/
DTestHandler.kt220 val x = Xception() in testException() constant
241 val x = Xception() in testMultiException() constant
246 val x = Xception2() in testMultiException() constant
/thrift-3.4.0/lib/rb/ext/
Dstrlcpy.h24 #define __has_builtin(x) 0 argument
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/
Dthrift.h31 # define THRIFT_UNUSED_VAR(x) ((void) x) argument
/thrift-3.4.0/test/haxe/src/
DTestServerHandler.hx428 var x = new Xception(); variable
456 var x = new Xception(); variable
461 var x = new Xception2(); variable
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/transport/
Dthrift_ssl_socket.c42 #define MUTEX_SETUP(x) (x) = CreateMutex(NULL, FALSE, NULL) argument
43 #define MUTEX_CLEANUP(x) CloseHandle(x) argument
44 #define MUTEX_LOCK(x) WaitForSingleObject((x), INFINITE) argument
45 #define MUTEX_UNLOCK(x) ReleaseMutex(x) argument
48 #define MUTEX_SETUP(x) pthread_mutex_init(&(x), NULL) argument
49 #define MUTEX_CLEANUP(x) pthread_mutex_destroy(&(x)) argument
50 #define MUTEX_LOCK(x) pthread_mutex_lock(&(x)) argument
51 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) argument
/thrift-3.4.0/test/rs/src/bin/
Dtest_client.rs478 let x = match r { in make_thrift_calls() localVariable
521 let x = match r { in make_thrift_calls() localVariable
543 let x = match r { in make_thrift_calls() localVariable
572 let x = match r { in make_thrift_calls() localVariable
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/
DTBaseProcessor.java32 TApplicationException x = in process() local
DProcessFunction.java70 TApplicationException x = in handleException() local
DTBaseAsyncProcessor.java57 TApplicationException x = in process() local
DTServiceClient.java81 TApplicationException x = new TApplicationException(); in receiveBase() local
/thrift-3.4.0/lib/cpp/test/
DTMemoryBufferTest.cpp142 std::array<uint8_t, N> x; in BOOST_AUTO_TEST_CASE() local
215 std::array<uint8_t, N> x; in BOOST_AUTO_TEST_CASE() local
305 uint8_t* x = static_cast<uint8_t*>(malloc(N)); in BOOST_AUTO_TEST_CASE() local
DBenchmark.cpp166 for (int x = 0; x < num; ++x) in main() local
/thrift-3.4.0/lib/cpp/src/thrift/
DThrift.h48 #define THRIFT_UNUSED_VARIABLE(x) ((void)(x)) argument
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/
DServerTestBase.java277 Xception x = new Xception(); in testException() local
295 Xception x = new Xception(); in testMultiException() local
300 Xception2 x = new Xception2(); in testMultiException() local
/thrift-3.4.0/lib/php/src/ext/thrift_protocol/
Dphp_thrift_protocol.cpp38 #define bswap_64(x) (((uint64_t)(x) << 56) | \ argument
49 #define htonll(x) bswap_64(x) argument
50 #define ntohll(x) bswap_64(x) argument
52 #define htonll(x) x argument
53 #define ntohll(x) x argument
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/server/
DTThreadPoolServer.java277 private void logException(Exception x) { in logException()
/thrift-3.4.0/lib/swift/Sources/
DTProtocol.swift119 let x = try readException() in readMessageBegin() variable
/thrift-3.4.0/lib/cpp/src/thrift/server/
DTNonblockingServer.cpp346 } catch (const std::exception& x) { in run() local
663 } catch (const std::exception& x) { in transition() local
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_ocaml_generator.cc617 string x = tmp("_x"); in generate_ocaml_struct_member() local
727 string x = tmp("_x"); in generate_ocaml_struct_sig() local
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/test/voidmethexceptions/
DTestVoidMethExceptions.java600 void apply(T t, U u, V v, X x) throws Exception; in apply()
/thrift-3.4.0/lib/c_glib/test/
Dtestthrifttestclient.cpp270 vector<Xtruct>::const_iterator x; in testInsanity() local

12