Searched refs:NoopMarshaller (Results 1 – 2 of 2) sorted by relevance
58 return new NoopMarshaller(); in voidMarshaller()61 private static final class NoopMarshaller implements MethodDescriptor.Marshaller<Void> { class in TestMethodDescriptors
69 MethodDescriptor.newBuilder(new NoopMarshaller(), new NoopMarshaller())418 private static final class NoopMarshaller implements MethodDescriptor.Marshaller<Void> { class in ServiceConfigInterceptorTest