/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/ |
D | TBaseProcessor.java | 11 public abstract class TBaseProcessor<I> implements TProcessor { 12 private final I iface; 13 private final Map<String, ProcessFunction<I, ? extends TBase>> processMap; 16 I iface, Map<String, ProcessFunction<I, ? extends TBase>> processFunctionMap) { in TBaseProcessor() argument 21 public Map<String, ProcessFunction<I, ? extends TBase>> getProcessMapView() { in getProcessMapView()
|
D | TBaseAsyncProcessor.java | 29 public class TBaseAsyncProcessor<I> implements TAsyncProcessor, TProcessor { 32 final I iface; 33 final Map<String, AsyncProcessFunction<I, ? extends TBase, ?>> processMap; 36 I iface, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>> processMap) { in TBaseAsyncProcessor() argument 41 public Map<String, AsyncProcessFunction<I, ? extends TBase, ?>> getProcessMapView() { in getProcessMapView()
|
D | ProcessFunction.java | 11 public abstract class ProcessFunction<I, T extends TBase> { 20 public final void process(int seqid, TProtocol iprot, TProtocol oprot, I iface) in process() 86 public abstract TBase getResult(I iface, T args) throws TException; in getResult()
|
D | AsyncProcessFunction.java | 26 public abstract class AsyncProcessFunction<I, T extends TBase, R> { 35 public abstract void start(I iface, T args, AsyncMethodCallback<R> resultHandler) in start()
|
/thrift-3.4.0/test/erl/src/ |
D | test_thrift_server.erl | 155 PosList = [{I, I} || I <- lists:seq(1, 4)], 156 NegList = [{-I, -I} || I <- lists:seq(1, 4)],
|
/thrift-3.4.0/test/go/ |
D | go.sum | 6 golang.org/x/mod v0.4.2 h1:Gz96sIWK3OalVv/I/qNygP42zyoKp3xptRVCWRFEBvo= 26 golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQ… 27 golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQ… 29 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQ…
|
/thrift-3.4.0/lib/erl/src/ |
D | thrift_json_protocol.erl | 363 convert_data(integer, I) -> list_to_integer(I); 507 {literal, I} -> 508 {ok, I}; 519 {integer, I} -> 520 {ok, list_to_integer(I)}; 538 {float, I} -> 539 {ok, list_to_float(I)}; 549 {string, I} -> 550 {ok, I};
|
/thrift-3.4.0/lib/go/test/ |
D | go.sum | 23 golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQ… 24 golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQ… 25 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQ…
|
/thrift-3.4.0/lib/go/test/fuzz/ |
D | go.sum | 12 golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQ… 13 golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQ…
|
/thrift-3.4.0/test/ |
D | DenseLinkingTest.thrift | 23 g++ -Wall -g -I../lib/cpp/src -I/usr/local/include/boost-1_33_1 \ 32 If I messed up the naming of the reflection local typespecs,
|
/thrift-3.4.0/lib/go/test/tests/ |
D | optional_fields_test.go | 122 if ao.I != 42 { 123 t.Errorf("Unexpected initial value %#v for field I", ao.I) 160 ao.I = 123 209 ao.I = 42 227 ao.I = 123
|
/thrift-3.4.0/contrib/fb303/ |
D | README.md | 13 * How do I use this? * 21 * I want more. *
|
/thrift-3.4.0/contrib/fb303/aclocal/ |
D | ax_boost_base.m4 | 71 BOOST_CPPFLAGS="-I$ac_boost_path/include" 76 BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include" 123 BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE" 141 BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE" 152 BOOST_CPPFLAGS="-I$BOOST_ROOT"
|
/thrift-3.4.0/lib/nodejs/test/ |
D | server.crt | 12 GV78+7ZtP/I/ZaJ6Q6ZGlfxDFvZjFF73seNhAvlKlYm/jflIHYLnNOCySN8I2Xw6
|
D | server.key | 3 tLQVDSGQGV78+7ZtP/I/ZaJ6Q6ZGlfxDFvZjFF73seNhAvlKlYm/jflIHYLnNOCy
|
/thrift-3.4.0/tutorial/go/ |
D | server.crt | 12 GV78+7ZtP/I/ZaJ6Q6ZGlfxDFvZjFF73seNhAvlKlYm/jflIHYLnNOCySN8I2Xw6
|
D | server.key | 3 tLQVDSGQGV78+7ZtP/I/ZaJ6Q6ZGlfxDFvZjFF73seNhAvlKlYm/jflIHYLnNOCy
|
/thrift-3.4.0/lib/dart/test/serializer/ |
D | serializer_test_data.dart | 34 static const int I = 1; 121 case I: 139 case I: 188 case I: 213 case I:
|
/thrift-3.4.0/aclocal/ |
D | ax_boost_base.m4 | 135 BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include" 158 BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path_tmp/include" 209 BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include/boost-$VERSION_UNDERSCORE" 214 BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path" 242 BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE" 262 BOOST_CPPFLAGS="-I$BOOST_ROOT"
|
/thrift-3.4.0/doc/ |
D | coding_standards.md | 40 … it means one failed to write readable code. Instead of "I should write a comment here" think "I s…
|
/thrift-3.4.0/lib/d/src/thrift/codegen/ |
D | processor.d | 181 static if (is(Protocol _ : TProtocolPair!(I, O), I, O)) { 182 alias I IProt;
|
/thrift-3.4.0/lib/cpp/ |
D | thrift-nb.pc.in | 30 Cflags: -I${includedir}
|
D | thrift-qt5.pc.in | 30 Cflags: -I${includedir}
|
D | thrift-z.pc.in | 30 Cflags: -I${includedir}
|
D | thrift.pc.in | 29 Cflags: -I${includedir}
|