Home
last modified time | relevance | path

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

/external/grpc-grpc-java/protobuf-lite/src/test/java/io/grpc/protobuf/lite/
DProtoLiteUtilsTest.java100 Marshaller<Enum> enumMarshaller = ProtoLiteUtils.marshaller(Enum.getDefaultInstance()); in testMismatch() local
103 assertEquals(proto, marshaller.parse(enumMarshaller.stream(altProto))); in testMismatch()
108 Marshaller<Enum> enumMarshaller = ProtoLiteUtils.marshaller(Enum.getDefaultInstance()); in introspection() local
109 PrototypeMarshaller<Enum> prototypeMarshaller = (PrototypeMarshaller<Enum>) enumMarshaller; in introspection()