Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 26) sorted by relevance

12

/thrift-3.4.0/lib/javame/src/org/apache/thrift/
DTBaseHelper.java27 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/
Dluabitwise.c24 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
Dlualongnumber.c72 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/
DTBaseHelper.java57 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/
DZigZag.hx50 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/
DToStringTest.cpp129 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
DTMemoryBufferTest.cpp69 thrift::test::Xtruct a; in BOOST_AUTO_TEST_CASE() local
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/
Dthrift.c47 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/
Dhashset.d131 auto a = hashSet(1, 2, 2, 3); variable
/thrift-3.4.0/lib/d/src/thrift/codegen/
Didlgen.d187 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
Dbase.d525 string a; member
972 TestEquals a, b; variable
/thrift-3.4.0/lib/cpp/src/thrift/windows/
DSocketPair.cpp47 } a; in thrift_socketpair() local
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/
DTestTBaseHelper.java67 Set<List<String>> a = new HashSet<>(); in testNestedStructures() local
/thrift-3.4.0/test/py/
DTSimpleJSONProtocolTest.py33 def _assertDictEqual(self, a, b, msg=None): argument
/thrift-3.4.0/lib/d/test/
Dasync_test.d341 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/
Dphantom-client.js32 var equal = function(a, b) { argument
226 'a': '123', 'a b': 'with spaces ', 'same': 'same', '0': 'numeric key', property in execute.AnonymousFunction5b0441410d00.mapTestInput
Dtest.js202 'a': '123', 'a b': 'with spaces ', 'same': 'same', '0': 'numeric key', property in AnonymousFunctiona84be1de0d00.mapTestInput
Dtest-async.js217 'a': '123', 'a b': 'with spaces ', 'same': 'same', '0': 'numeric key', property in AnonymousFunction84623a491d00.mapTestInput
Dtest-es6.js215 'a': '123', 'a b': 'with spaces ', 'same': 'same', '0': 'numeric key', property in AnonymousFunction748007391d00.mapTestInput
/thrift-3.4.0/lib/d/src/thrift/transport/
Dmemory.d199 auto a = new TMemoryBuffer(5); variable
/thrift-3.4.0/lib/nodejs/test/
Dtest_driver.js56 makeAsserter(function(a, e, m) { argument
182 makeAsserter(function(a, e, m) { argument
/thrift-3.4.0/lib/cpp/test/concurrency/
DThreadManagerTests.h389 …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/
Dtest_client.c64 gint32_compare (gconstpointer a, gconstpointer b) in gint32_compare()
/thrift-3.4.0/lib/php/src/ext/thrift_protocol/
Dphp_thrift_protocol.cpp579 } a; in binary_deserialize() local
749 } a; in binary_serialize() local
/thrift-3.4.0/lib/d/src/thrift/protocol/
Djson.d498 auto a = reader_.read(); in readJsonEscapeChar() local

12