/thrift-3.4.0/lib/javame/src/org/apache/thrift/ |
D | TBaseHelper.java | 27 public static int compareTo(boolean a, boolean b) { in compareTo() 32 public static int compareTo(Boolean a, Boolean b) { in compareTo() 37 public static int compareTo(Boolean a, boolean b) { in compareTo() 47 public static int compareTo(byte a, byte b) { in compareTo() 57 public static int compareTo(short a, short b) { in compareTo() 67 public static int compareTo(int a, int b) { in compareTo() 77 public static int compareTo(long a, long b) { in compareTo() 87 public static int compareTo(double a, double b) { in compareTo() 97 public static int compareTo(String a, String b) { in compareTo() 101 public static int compareTo(byte[] a, byte[] b) { in compareTo() [all …]
|
/thrift-3.4.0/lib/lua/src/ |
D | luabitwise.c | 24 int a = luaL_checkinteger(L, 1); in l_not() local 31 int a = luaL_checkinteger(L, 1); in l_xor() local 39 int a = luaL_checkinteger(L, 1); in l_and() local 47 int a = luaL_checkinteger(L, 1); in l_or() local 55 int a = luaL_checkinteger(L, 1); in l_shiftr() local 63 int a = luaL_checkinteger(L, 1); in l_shiftl() local
|
D | lualongnumber.c | 72 int64_t a, b, c; in l_add() local 82 int64_t a, b, c; in l_div() local 92 int64_t a, b; in l_eq() local 108 int64_t a, b; in l_lt() local 117 int64_t a, b; in l_le() local 126 int64_t a, b, c; in l_mod() local 136 int64_t a, b, c; in l_mul() local 146 long double a, b; in l_pow() local 157 int64_t a, b, c; in l_sub() local 167 int64_t a; in l_tostring() local [all …]
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/ |
D | TBaseHelper.java | 57 public static int compareTo(boolean a, boolean b) { in compareTo() 61 public static int compareTo(byte a, byte b) { in compareTo() 65 public static int compareTo(short a, short b) { in compareTo() 69 public static int compareTo(int a, int b) { in compareTo() 73 public static int compareTo(long a, long b) { in compareTo() 77 public static int compareTo(double a, double b) { in compareTo() 81 public static int compareTo(String a, String b) { in compareTo() 85 public static int compareTo(byte[] a, byte[] b) { in compareTo() 98 public static int compareTo(Comparable a, Comparable b) { in compareTo() 102 public static int compareTo(List a, List b) { in compareTo() [all …]
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/helper/ |
D | ZigZag.hx | 50 var a = (0x7FFFFFFF & cast(n >> 1,Int)); variable 88 var a : UInt = ZigZag.FromInt( test); variable 102 var a : Int64 = ZigZag.FromLong( test); variable
|
/thrift-3.4.0/lib/cpp/test/ |
D | ToStringTest.cpp | 129 thrift::test::StructA a; in BOOST_AUTO_TEST_CASE() local 135 thrift::test::Bonk a; in BOOST_AUTO_TEST_CASE() local 142 thrift::test::Tricky2 a; in BOOST_AUTO_TEST_CASE() local 149 thrift::test::OneField a; in BOOST_AUTO_TEST_CASE() local
|
D | TMemoryBufferTest.cpp | 69 thrift::test::Xtruct a; in BOOST_AUTO_TEST_CASE() local
|
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/ |
D | thrift.c | 47 gboolean thrift_boolean_equal(gconstpointer a, gconstpointer b) in thrift_boolean_equal() 65 gboolean thrift_int8_equal(gconstpointer a, gconstpointer b) in thrift_int8_equal() 83 gboolean thrift_int16_equal(gconstpointer a, gconstpointer b) in thrift_int16_equal()
|
/thrift-3.4.0/lib/d/src/thrift/util/ |
D | hashset.d | 131 auto a = hashSet(1, 2, 2, 3); variable
|
/thrift-3.4.0/lib/d/src/thrift/codegen/ |
D | idlgen.d | 187 A a; in version() local 194 A a; in version() member 531 a = 1, in version() enumerator 548 string a; in version() member 553 string a = "asdf"; in version() local
|
D | base.d | 525 string a; member 972 TestEquals a, b; variable
|
/thrift-3.4.0/lib/cpp/src/thrift/windows/ |
D | SocketPair.cpp | 47 } a; in thrift_socketpair() local
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/ |
D | TestTBaseHelper.java | 67 Set<List<String>> a = new HashSet<>(); in testNestedStructures() local
|
/thrift-3.4.0/test/py/ |
D | TSimpleJSONProtocolTest.py | 33 def _assertDictEqual(self, a, b, msg=None): argument
|
/thrift-3.4.0/lib/d/test/ |
D | async_test.d | 341 auto a = client.delayedEcho(id, 100); in run() local 354 auto a = client.delayedFail(id, 100); in run() local 370 auto a = client.delayedEcho("socketTimeout", 100); in run() local
|
/thrift-3.4.0/lib/js/test/ |
D | phantom-client.js | 32 var equal = function(a, b) { argument 226 'a': '123', 'a b': 'with spaces ', 'same': 'same', '0': 'numeric key', property in execute.AnonymousFunction5b0441410d00.mapTestInput
|
D | test.js | 202 'a': '123', 'a b': 'with spaces ', 'same': 'same', '0': 'numeric key', property in AnonymousFunctiona84be1de0d00.mapTestInput
|
D | test-async.js | 217 'a': '123', 'a b': 'with spaces ', 'same': 'same', '0': 'numeric key', property in AnonymousFunction84623a491d00.mapTestInput
|
D | test-es6.js | 215 'a': '123', 'a b': 'with spaces ', 'same': 'same', '0': 'numeric key', property in AnonymousFunction748007391d00.mapTestInput
|
/thrift-3.4.0/lib/d/src/thrift/transport/ |
D | memory.d | 199 auto a = new TMemoryBuffer(5); variable
|
/thrift-3.4.0/lib/nodejs/test/ |
D | test_driver.js | 56 makeAsserter(function(a, e, m) { argument 182 makeAsserter(function(a, e, m) { argument
|
/thrift-3.4.0/lib/cpp/test/concurrency/ |
D | ThreadManagerTests.h | 389 …int64_t a = std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::steady_clock::now()… in apiTest() local
|
/thrift-3.4.0/test/c_glib/src/ |
D | test_client.c | 64 gint32_compare (gconstpointer a, gconstpointer b) in gint32_compare()
|
/thrift-3.4.0/lib/php/src/ext/thrift_protocol/ |
D | php_thrift_protocol.cpp | 579 } a; in binary_deserialize() local 749 } a; in binary_serialize() local
|
/thrift-3.4.0/lib/d/src/thrift/protocol/ |
D | json.d | 498 auto a = reader_.read(); in readJsonEscapeChar() local
|