Searched refs:delegate (Results 1 – 16 of 16) sorted by relevance
/thrift-3.4.0/lib/go/thrift/ |
D | configuration.go | 322 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/ |
D | name_conflict_test.erl | 34 {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/ |
D | awaitable.d | 68 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_;
|
D | hashset.d | 143 void delegate() dg;
|
/thrift-3.4.0/lib/d/src/thrift/async/ |
D | base.d | 107 void execute(TAsyncTransport transport, void delegate() work, 148 void delay(Duration duration, void delegate() work); 220 alias void delegate(TAsyncEventReason callReason) TSocketEventListener;
|
D | libevent.d | 116 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/ |
D | async_client_pool.d | 82 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 …]
|
D | client_pool.d | 76 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()
|
D | processor.d | 142 alias void delegate(int, TProtocol, TProtocol, Variant) ProcessFunc;
|
/thrift-3.4.0/test/v0.16/ |
D | NameConflictTest.thrift | 30 struct delegate { 32 2: delegate delegate 135 delegate event(1: partial get)
|
/thrift-3.4.0/test/ |
D | NameConflictTest.thrift | 30 struct delegate { 32 2: delegate delegate 135 delegate event(1: partial get)
|
/thrift-3.4.0/lib/d/src/thrift/ |
D | base.d | 78 __gshared void delegate(const(char)[]) g_infoLogSink; 79 __gshared void delegate(const(char)[]) g_errorLogSink; /// Ditto
|
/thrift-3.4.0/lib/swift/Sources/ |
D | TStreamTransport.swift | 129 input?.delegate = nil in close() 140 output?.delegate = nil in close()
|
D | TSocketTransport.swift | 119 self.input?.delegate = self 120 self.output?.delegate = self
|
D | TSSLSocketTransport.swift | 128 self.input?.delegate = self 129 self.output?.delegate = self
|
/thrift-3.4.0/lib/d/src/thrift/internal/test/ |
D | server.d | 46 void testServeCancel(Server)(void delegate(Server) serverSetup = null) if (
|