Home
last modified time | relevance | path

Searched refs:InterceptorChannel (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/php/lib/Grpc/
DInterceptor.php75 …* @param Channel|InterceptorChannel $channel An already created Channel or InterceptorChannel obje…
78 * @return InterceptorChannel
84 $channel = new Internal\InterceptorChannel($channel, $interceptors[$i]);
87 $channel = new Internal\InterceptorChannel($channel, $interceptors);
DBaseStub.php42 …* @param Channel|InterceptorChannel $channel An already created Channel or InterceptorChannel obje…
416 if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) {
445 if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) {
474 if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) {
501 if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) {
/third_party/grpc/src/php/lib/Grpc/Internal/
DInterceptorChannel.php25 class InterceptorChannel extends \Grpc\Channel class
31 * @param Channel|InterceptorChannel $channel An already created Channel
/third_party/grpc/src/php/tests/unit_tests/
DCallInvokerTest.php54 * @param Channel|InterceptorChannel $channel (optional) re-use channel object
DInterceptorTest.php53 * @param Channel|InterceptorChannel $channel (optional) re-use channel object