Searched refs:ProtoLiteUtils (Results 1 – 8 of 8) sorted by relevance
56 private Marshaller<Type> marshaller = ProtoLiteUtils.marshaller(Type.getDefaultInstance());100 Marshaller<Enum> enumMarshaller = ProtoLiteUtils.marshaller(Enum.getDefaultInstance()); in testMismatch()108 Marshaller<Enum> enumMarshaller = ProtoLiteUtils.marshaller(Enum.getDefaultInstance()); in introspection()139 Marshaller<Empty> marshaller = ProtoLiteUtils.marshaller(Empty.getDefaultInstance()); in testEmpty()196 ProtoLiteUtils.metadataMarshaller(Type.getDefaultInstance()); in metadataMarshaller_roundtrip()203 ProtoLiteUtils.metadataMarshaller(Type.getDefaultInstance()); in metadataMarshaller_invalid()217 ProtoLiteUtils.setExtensionRegistry(null); in extensionRegistry_notNull()222 Marshaller<Type> marshaller = ProtoLiteUtils.marshaller(Type.getDefaultInstance()); in parseFromKnowLengthInputStream()231 assertEquals(GrpcUtil.DEFAULT_MAX_MESSAGE_SIZE, ProtoLiteUtils.DEFAULT_MAX_MESSAGE_SIZE); in defaultMaxMessageSize()
23 import io.grpc.protobuf.lite.ProtoLiteUtils;36 return ProtoLiteUtils.marshaller(defaultInstance); in marshaller()57 return ProtoLiteUtils.metadataMarshaller(instance); in metadataMarshaller()
27 import io.grpc.protobuf.lite.ProtoLiteUtils;38 ProtoLiteUtils.metadataMarshaller(com.google.rpc.Status.getDefaultInstance()));
21 import io.grpc.protobuf.lite.ProtoLiteUtils;33 ProtoLiteUtils.metadataMarshaller(Messages.SimpleContext.getDefaultInstance()));
53 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(55 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(84 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(86 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(115 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(117 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(146 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(148 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(177 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(179 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller([all …]
54 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(56 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
43 public final class ProtoLiteUtils { class115 private ProtoLiteUtils() { in ProtoLiteUtils() method in ProtoLiteUtils
55 written = (int) ProtoLiteUtils.copy(partial, target); in drainTo()