Home
last modified time | relevance | path

Searched refs:delegate (Results 1 – 16 of 16) sorted by relevance

/thrift-3.4.0/lib/go/thrift/
Dconfiguration.go322 delegate TTransportFactory member
327 trans, err := f.delegate.GetTransport(orig)
336 PropagateTConfiguration(f.delegate, f.cfg)
342 func TTransportFactoryConf(delegate TTransportFactory, conf *TConfiguration) TTransportFactory {
344 delegate: delegate,
350 delegate TProtocolFactory member
355 proto := f.delegate.GetProtocol(trans)
362 PropagateTConfiguration(f.delegate, f.cfg)
368 func TProtocolFactoryConf(delegate TProtocolFactory, conf *TConfiguration) TProtocolFactory {
370 delegate: delegate,
/thrift-3.4.0/lib/erl/test/
Dname_conflict_test.erl34 {delegate, _, _},
35 #delegate{partial=null,delegate=null}
113 {2, {struct, {name_conflict_test_types, delegate}}}
115 name_conflict_test_types:struct_info(delegate)
174 {2, undefined, {struct, {name_conflict_test_types, delegate}}, delegate, undefined}
176 name_conflict_test_types:struct_info_ext(delegate)
280 {struct, {name_conflict_test_types, delegate}},
/thrift-3.4.0/lib/d/src/thrift/util/
Dawaitable.d68 void addCallback(void delegate() dg);
76 bool removeCallback(void delegate() dg);
102 override void addCallback(void delegate() dg) { in addCallback()
117 override bool removeCallback(void delegate() dg) { in removeCallback()
145 void delegate()[] callbacks_;
Dhashset.d143 void delegate() dg;
/thrift-3.4.0/lib/d/src/thrift/async/
Dbase.d107 void execute(TAsyncTransport transport, void delegate() work,
148 void delay(Duration duration, void delegate() work);
220 alias void delegate(TAsyncEventReason callReason) TSocketEventListener;
Dlibevent.d116 override void delay(Duration duration, void delegate() work) { in delay()
124 registerOneshotEvent!(void delegate())( in delay()
186 alias void delegate() Work;
403 (*(cast(void delegate()*)arg))(); in delayCallback()
/thrift-3.4.0/lib/d/src/thrift/codegen/
Dasync_client_pool.d82 bool delegate(Exception) rpcFaultFilter() const @property;
83 void rpcFaultFilter(bool delegate(Exception)) @property; /// Ditto
97 immutable bool delegate(Exception) defaultRpcFaultFilter;
204 /+override+/ bool delegate(Exception) rpcFaultFilter() const @property { in delegate() function
208 /+override+/ void rpcFaultFilter(bool delegate(Exception) value) @property { in rpcFaultFilter()
298 bool delegate(Exception) rpcFaultFilter_;
363 /+override+/ bool delegate(Exception) rpcFaultFilter() const @property { in delegate() function
367 /+override+/ void rpcFaultFilter(bool delegate(Exception) value) @property { in rpcFaultFilter()
383 bool delegate(Exception) rpcFaultFilter_;
441 this(TFuture!Result[] poolFutures, bool delegate(Exception) rpcFaultFilter,
[all …]
Dclient_pool.d76 ResultType execute(ResultType)(scope ResultType delegate(Client) work) { in execute()
116 bool delegate(Exception) rpcFaultFilter;
179 ResultType executeOnPool(ResultType)(scope ResultType delegate(Client) work) { in executeOnPool()
Dprocessor.d142 alias void delegate(int, TProtocol, TProtocol, Variant) ProcessFunc;
/thrift-3.4.0/test/v0.16/
DNameConflictTest.thrift30 struct delegate {
32 2: delegate delegate
135 delegate event(1: partial get)
/thrift-3.4.0/test/
DNameConflictTest.thrift30 struct delegate {
32 2: delegate delegate
135 delegate event(1: partial get)
/thrift-3.4.0/lib/d/src/thrift/
Dbase.d78 __gshared void delegate(const(char)[]) g_infoLogSink;
79 __gshared void delegate(const(char)[]) g_errorLogSink; /// Ditto
/thrift-3.4.0/lib/swift/Sources/
DTStreamTransport.swift129 input?.delegate = nil in close()
140 output?.delegate = nil in close()
DTSocketTransport.swift119 self.input?.delegate = self
120 self.output?.delegate = self
DTSSLSocketTransport.swift128 self.input?.delegate = self
129 self.output?.delegate = self
/thrift-3.4.0/lib/d/src/thrift/internal/test/
Dserver.d46 void testServeCancel(Server)(void delegate(Server) serverSetup = null) if (