/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/ |
D | TestOptionals.java | 49 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/ |
D | main.swift | 210 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/ |
D | platform.h | 41 #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
|
D | main.cc | 941 } 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/ |
D | TestHandler.kt | 220 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/ |
D | strlcpy.h | 24 #define __has_builtin(x) 0 argument
|
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/ |
D | thrift.h | 31 # define THRIFT_UNUSED_VAR(x) ((void) x) argument
|
/thrift-3.4.0/test/haxe/src/ |
D | TestServerHandler.hx | 428 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/ |
D | thrift_ssl_socket.c | 42 #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/ |
D | test_client.rs | 478 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/ |
D | TBaseProcessor.java | 32 TApplicationException x = in process() local
|
D | ProcessFunction.java | 70 TApplicationException x = in handleException() local
|
D | TBaseAsyncProcessor.java | 57 TApplicationException x = in process() local
|
D | TServiceClient.java | 81 TApplicationException x = new TApplicationException(); in receiveBase() local
|
/thrift-3.4.0/lib/cpp/test/ |
D | TMemoryBufferTest.cpp | 142 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
|
D | Benchmark.cpp | 166 for (int x = 0; x < num; ++x) in main() local
|
/thrift-3.4.0/lib/cpp/src/thrift/ |
D | Thrift.h | 48 #define THRIFT_UNUSED_VARIABLE(x) ((void)(x)) argument
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/ |
D | ServerTestBase.java | 277 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/ |
D | php_thrift_protocol.cpp | 38 #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/ |
D | TThreadPoolServer.java | 277 private void logException(Exception x) { in logException()
|
/thrift-3.4.0/lib/swift/Sources/ |
D | TProtocol.swift | 119 let x = try readException() in readMessageBegin() variable
|
/thrift-3.4.0/lib/cpp/src/thrift/server/ |
D | TNonblockingServer.cpp | 346 } 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/ |
D | t_ocaml_generator.cc | 617 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/ |
D | TestVoidMethExceptions.java | 600 void apply(T t, U u, V v, X x) throws Exception; in apply()
|
/thrift-3.4.0/lib/c_glib/test/ |
D | testthrifttestclient.cpp | 270 vector<Xtruct>::const_iterator x; in testInsanity() local
|