Searched refs:FieldDescriptorProto (Results 1 – 1 of 1) sorted by relevance
62 from google.protobuf.descriptor_pb2 import FieldDescriptorProto117 def get_tag(cls, label: FieldDescriptorProto, argument118 type_: FieldDescriptorProto, argument120 if label == FieldDescriptorProto.LABEL_REPEATED:125 FieldDescriptorProto.TYPE_DOUBLE,126 FieldDescriptorProto.TYPE_FLOAT130 FieldDescriptorProto.TYPE_INT32,131 FieldDescriptorProto.TYPE_SINT32,132 FieldDescriptorProto.TYPE_UINT32,133 FieldDescriptorProto.TYPE_FIXED32,[all …]