OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultCallInvoker
(Results
1 - 6
of
6
) sorted by null
/external/grpc-grpc/src/php/lib/Grpc/
DefaultCallInvoker.php
25
class
DefaultCallInvoker
implements CallInvoker
BaseStub.php
70
$this->call_invoker = new
DefaultCallInvoker
();
/external/grpc-grpc/src/csharp/Grpc.Core/
DefaultCallInvoker.cs
28
public class
DefaultCallInvoker
: CallInvoker
33
/// Initializes a new instance of the <see cref="Grpc.Core.
DefaultCallInvoker
"/> class.
36
public
DefaultCallInvoker
(Channel channel)
ClientBase.cs
116
public ClientBase(Channel channel) : this(new
DefaultCallInvoker
(channel))
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
ChannelExtensions.cs
43
return new
DefaultCallInvoker
(channel).Intercept(interceptor);
64
return new
DefaultCallInvoker
(channel).Intercept(interceptors);
84
return new
DefaultCallInvoker
(channel).Intercept(interceptor);
/external/grpc-grpc/src/php/tests/unit_tests/
CallInvokerTest.php
28
require_once(dirname(__FILE__).'/../../lib/Grpc/
DefaultCallInvoker
.php');
178
$call_invoker = new \Grpc\
DefaultCallInvoker
();
Completed in 117 milliseconds