Searched refs:isProto2 (Results 1 – 3 of 3) sorted by relevance
76 return isProto2(messageInfo) in newSchema()94 return isProto2(messageInfo) in newSchema()113 private static boolean isProto2(MessageInfo messageInfo) { in isProto2() method in ManifestSchemaFactory
118 isProto2 = (request.message_type == "protobuf_test_messages.proto2.TestAllTypesProto2")120 if (not isProto3) and (not isJson) and (not isProto2):123 test_message = test_messages_proto2_pb2.TestAllTypesProto2() if isProto2 else \
210 …boolean isProto2 = request.getMessageType().equals("protobuf_test_messages.proto2.TestAllTypesProt… in doTest()222 } else if (isProto2) { in doTest()263 } else if (isProto2) { in doTest()