HomeSort by relevance Sort by last modified time
    Searched refs:interceptor3 (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/ruby/spec/generic/
interceptor_registry_spec.rb 36 let(:interceptor3) { TestServerInterceptor.new }
37 let(:interceptors) { [interceptor, interceptor2, interceptor3] }
50 expect(i).to eq interceptor3
server_interceptors_spec.rb 184 let(:interceptor3) { TestServerInterceptor.new }
189 interceptor3
198 expect(interceptor3).to receive(:request_response)
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/
ClientInterceptorTest.cs 84 stringBuilder.Append("interceptor3");

Completed in 1903 milliseconds