Home
last modified time | relevance | path

Searched refs:NoopMarshaller (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/
DTestMethodDescriptors.java58 return new NoopMarshaller(); in voidMarshaller()
61 private static final class NoopMarshaller implements MethodDescriptor.Marshaller<Void> { class in TestMethodDescriptors
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServiceConfigInterceptorTest.java69 MethodDescriptor.newBuilder(new NoopMarshaller(), new NoopMarshaller())
418 private static final class NoopMarshaller implements MethodDescriptor.Marshaller<Void> { class in ServiceConfigInterceptorTest