Home
last modified time | relevance | path

Searched refs:i64 (Results 1 – 25 of 203) sorted by relevance

123456789

/thrift-3.4.0/lib/go/test/
DServicesTest.thrift33 1: required i64 whatever
45 i64 i64func()
46 i64 i64func_1ex() throws(1: moderate_disaster err1)
47 i64 i64func_2ex() throws(1: moderate_disaster err1, 2:total_disaster err2)
53 map<i64,string> map_func()
54 map<i64,string> map_func_1ex() throws(1: moderate_disaster err1)
55 map<i64,string> map_func_2ex() throws(1: moderate_disaster err1, 2:total_disaster err2)
61 void voidfunc_1int(1: i64 i),
62 void void_with_1ex_1int(1: i64 i) throws(1: moderate_disaster err1)
63 void void_with_2ex_1int(1: i64 i) throws(1: moderate_disaster err1, 2:total_disaster err2)
[all …]
DEqualsTest.thrift39 9: i64 I64Foo,
40 10: optional i64 OptI64Foo,
67 1: list<i64> I64ListFoo,
68 2: optional list<i64> OptI64ListFoo,
75 9: list<list<i64>> I64ListListFoo,
76 10: optional list<list<i64>> OptI64ListListFoo,
77 11: list<set<i64>> I64SetListFoo,
78 12: optional list<set<i64>> OptI64SetListFoo,
79 13: list<map<i64, string>> I64StringMapListFoo,
80 14: optional list<map<i64, string>> OptI64StringMapListFoo,
[all …]
DRefAnnotationFieldsTest.thrift21 1: required i64 sa_i
26 2: optional i64 i = 42 (cpp.ref = ""),
29 5: optional i64 i2 (cpp.ref = ""),
32 9: optional list<i64> l (cpp.ref = ""),
33 10: optional list<i64> l2 = [1, 2] (cpp.ref = ""),
34 11: optional map<i64, i64> m (cpp.ref = ""),
35 12: optional map<i64, i64> m2 = {1:2, 3:4} (cpp.ref = ""),
40 16: required i64 ref_i = 42 (cpp.ref = ""),
43 19: required i64 ref_i2 (cpp.ref = ""),
46 22: required list<i64> ref_l (cpp.ref = ""),
[all …]
DOptionalFieldsTest.thrift21 1: required i64 sa_i
26 2: optional i64 i = 42,
29 5: optional i64 i2,
32 9: optional list<i64> l,
33 10: optional list<i64> l2 = [1, 2],
34 11: optional map<i64, i64> m,
35 12: optional map<i64, i64> m2 = {1:2, 3:4},
DIgnoreInitialismsTest.thrift21 1: i64 id,
22 2: i64 my_id,
23 3: i64 num_cpu,
24 4: i64 num_gpu,
25 5: i64 my_ID,
/thrift-3.4.0/test/
DInt64Test.thrift26 const i64 SMALL_INT64 = 42
27 const i64 MAX_JS_SAFE_INT64 = 9007199254740991
28 const i64 MIN_JS_SAFE_INT64 = -9007199254740991
29 const i64 MAX_JS_SAFE_PLUS_ONE_INT64 = 9007199254740992
30 const i64 MIN_JS_SAFE_MINUS_ONE_INT64 = -9007199254740992
31 const i64 MAX_SIGNED_INT64 = 9223372036854775807
32 const i64 MIN_SIGNED_INT64 = -9223372036854775808
34 const list<i64> INT64_LIST = [SMALL_INT64, MAX_JS_SAFE_INT64, MIN_JS_SAFE_INT64, MAX_JS_SAFE_PLUS_O…
36 const map<i64, i64> INT64_2_INT64_MAP = {
/thrift-3.4.0/test/audit/
Dbreak28.thrift20 //break28- derived1_function5 arguement type changed map<i64, double> to list<i64>
65 3: i64 struct1_member3,
77 3: list<i64> struct2_member3 = [23, 32 ],
88 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
116 3: i64 function1_arg3,
126 3: list<i64> function2_arg3,
141 1: i64 function1_arg1,
145 i64 derived1_function2(
146 1: list<i64> function2_arg1,
162 1: list<i64> function5_arg1,
[all …]
Dbreak23.thrift66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32 ],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
99 3: required i64 struct4_member3
118 3: i64 function1_arg3,
128 3: list<i64> function2_arg3,
143 1: i64 function1_arg1,
147 i64 derived1_function2(
148 1: list<i64> function2_arg1,
164 1: map<i64, double> function5_arg1,
[all …]
Dbreak32.thrift32 1: i64 code;
66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32 ],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
117 3: i64 function1_arg3,
127 3: list<i64> function2_arg3,
142 1: i64 function1_arg1,
146 i64 derived1_function2(
147 1: list<i64> function2_arg1,
163 1: map<i64, double> function5_arg1,
[all …]
Dbreak18.thrift66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32 ],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
117 3: i64 function1_arg3,
127 3: list<i64> function2_arg3,
142 1: i64 function1_arg1,
146 i64 derived1_function2(
147 1: list<i64> function2_arg1,
163 1: map<i64, double> function5_arg1,
177 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak19.thrift66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32 ],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
117 3: i64 function1_arg3,
127 3: list<i64> function2_arg3,
142 1: i64 function1_arg1,
146 i64 derived1_function2(
147 1: list<i64> function2_arg1,
163 1: map<i64, double> function5_arg1,
177 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak2.thrift65 3: i64 struct1_member3,
77 3: list<i64> struct2_member3 = [23, 32],
88 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
116 3: i64 function1_arg3,
126 3: list<i64> function2_arg3,
141 1: i64 function1_arg1,
145 i64 derived1_function2(
146 1: list<i64> function2_arg1,
162 1: map<i64, double> function5_arg1,
176 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak20.thrift65 3: i64 struct1_member3,
77 3: list<i64> struct2_member3 = [23, 32 ],
88 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
116 3: i64 function1_arg3,
126 3: list<i64> function2_arg3,
141 1: i64 function1_arg1,
145 i64 derived1_function2(
146 1: list<i64> function2_arg1,
162 1: map<i64, double> function5_arg1,
176 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak21.thrift65 3: i64 struct1_member3,
77 3: list<i64> struct2_member3 = [23, 32 ],
88 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
116 3: i64 function1_arg3,
126 3: list<i64> function2_arg3,
141 1: i64 function1_arg1,
145 i64 derived1_function2(
146 1: list<i64> function2_arg1,
162 1: map<i64, double> function5_arg1,
176 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak22.thrift65 3: i64 struct1_member3,
77 3: list<i64> struct2_member3 = [23, 32 ],
88 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
116 3: i64 function1_arg3,
126 3: list<i64> function2_arg3,
141 1: i64 function1_arg1,
145 i64 derived1_function2(
146 1: list<i64> function2_arg1,
162 1: map<i64, double> function5_arg1,
176 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak24.thrift66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32 ],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
117 3: i64 function1_arg3,
127 3: list<i64> function2_arg3,
142 1: i64 function1_arg1,
146 i64 derived1_function2(
147 1: list<i64> function2_arg1,
163 1: map<i64, double> function5_arg1,
177 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak25.thrift66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32 ],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
117 3: i64 function1_arg3,
127 3: list<i64> function2_arg3,
142 1: i64 function1_arg1,
146 i64 derived1_function2(
147 1: list<i64> function2_arg1,
163 1: map<i64, double> function5_arg1,
177 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak27.thrift65 3: i64 struct1_member3,
77 3: list<i64> struct2_member3 = [23, 32 ],
88 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
116 3: i64 function1_arg3,
126 3: list<i64> function2_arg3,
141 1: i64 function1_arg1,
145 i64 derived1_function2(
146 1: list<i64> function2_arg1,
162 1: map<i64, double> function5_arg1,
176 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak29.thrift66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32 ],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
117 3: i64 function1_arg3,
127 3: list<i64> function2_arg3,
142 1: i64 function1_arg1,
146 i64 derived1_function2(
147 1: list<i64> function2_arg1,
163 1: map<i64, double> function5_arg1,
177 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak3.thrift66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
117 3: i64 function1_arg3,
127 3: list<i64> function2_arg3,
142 1: i64 function1_arg1,
146 i64 derived1_function2(
147 1: list<i64> function2_arg1,
163 1: map<i64, double> function5_arg1,
177 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak30.thrift65 3: i64 struct1_member3,
77 3: list<i64> struct2_member3 = [23, 32 ],
88 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
116 3: i64 function1_arg3,
126 3: list<i64> function2_arg3,
141 1: i64 function1_arg1,
145 i64 derived1_function2(
146 1: list<i64> function2_arg1,
162 1: map<i64, double> function5_arg1,
176 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak31.thrift66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32 ],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
117 3: i64 function1_arg3,
127 3: list<i64> function2_arg3,
142 1: i64 function1_arg1,
146 i64 derived1_function2(
147 1: list<i64> function2_arg1,
163 1: map<i64, double> function5_arg1,
177 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak33.thrift66 3: i64 struct1_member3,
78 3: list<i64> struct2_member3 = [23, 32 ],
89 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
117 3: i64 function1_arg3,
127 3: list<i64> function2_arg3,
142 1: i64 function1_arg1,
146 i64 derived1_function2(
147 1: list<i64> function2_arg1,
163 1: map<i64, double> function5_arg1,
177 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak4.thrift65 3: i64 struct1_member3,
77 3: list<i64> struct2_member3 =[23, 32],
88 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
116 3: i64 function1_arg3,
126 3: list<i64> function2_arg3,
141 1: i64 function1_arg1,
145 i64 derived1_function2(
146 1: list<i64> function2_arg1,
162 1: map<i64, double> function5_arg1,
176 1:i64 function2_arg2) throws (1:test_exception2 e),
Dbreak5.thrift65 3: i64 struct1_member3,
77 3: list<i64> struct2_member3 = [23, 32 ],
88 2: map<i64, double> struct3_member2 = {10:1.1, 20:2.1},
116 3: i64 function1_arg3,
126 3: list<i64> function2_arg3,
141 1: i64 function1_arg1,
145 i64 derived1_function2(
146 1: list<i64> function2_arg1,
162 1: map<i64, double> function5_arg1,
176 1:i64 function2_arg2) throws (1:test_exception2 e),

123456789