Home
last modified time | relevance | path

Searched refs:I (Results 1 – 25 of 51) sorted by relevance

123

/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/
DTBaseProcessor.java11 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()
DTBaseAsyncProcessor.java29 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()
DProcessFunction.java11 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()
DAsyncProcessFunction.java26 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/
Dtest_thrift_server.erl155 PosList = [{I, I} || I <- lists:seq(1, 4)],
156 NegList = [{-I, -I} || I <- lists:seq(1, 4)],
/thrift-3.4.0/test/go/
Dgo.sum6 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/
Dthrift_json_protocol.erl363 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/
Dgo.sum23 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/
Dgo.sum12 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/
DDenseLinkingTest.thrift23 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/
Doptional_fields_test.go122 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/
DREADME.md13 * How do I use this? *
21 * I want more. *
/thrift-3.4.0/contrib/fb303/aclocal/
Dax_boost_base.m471 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/
Dserver.crt12 GV78+7ZtP/I/ZaJ6Q6ZGlfxDFvZjFF73seNhAvlKlYm/jflIHYLnNOCySN8I2Xw6
Dserver.key3 tLQVDSGQGV78+7ZtP/I/ZaJ6Q6ZGlfxDFvZjFF73seNhAvlKlYm/jflIHYLnNOCy
/thrift-3.4.0/tutorial/go/
Dserver.crt12 GV78+7ZtP/I/ZaJ6Q6ZGlfxDFvZjFF73seNhAvlKlYm/jflIHYLnNOCySN8I2Xw6
Dserver.key3 tLQVDSGQGV78+7ZtP/I/ZaJ6Q6ZGlfxDFvZjFF73seNhAvlKlYm/jflIHYLnNOCy
/thrift-3.4.0/lib/dart/test/serializer/
Dserializer_test_data.dart34 static const int I = 1;
121 case I:
139 case I:
188 case I:
213 case I:
/thrift-3.4.0/aclocal/
Dax_boost_base.m4135 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/
Dcoding_standards.md40 … 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/
Dprocessor.d181 static if (is(Protocol _ : TProtocolPair!(I, O), I, O)) {
182 alias I IProt;
/thrift-3.4.0/lib/cpp/
Dthrift-nb.pc.in30 Cflags: -I${includedir}
Dthrift-qt5.pc.in30 Cflags: -I${includedir}
Dthrift-z.pc.in30 Cflags: -I${includedir}
Dthrift.pc.in29 Cflags: -I${includedir}

123