Searched defs:TYPE_INT32 (Results 1 – 16 of 16) sorted by relevance
15 enum Type { TYPE_INVALID = 0, TYPE_BOOL = 1, TYPE_INT32 = 2 }; enumerator
102 TYPE_INT32 = 5, enumerator
115 TYPE_INT32 = 5; enumerator
334 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator
2400 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in google::protobuf::FieldDescriptorProto
777 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32; variable
103 TYPE_INT32 = 5, enumerator
102 TYPE_INT32 = 5; // Not ZigZag encoded. Negative numbers enumerator
304 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator
2173 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in google::protobuf::FieldDescriptorProto
750 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32; variable
62 public static final int TYPE_INT32 = 5; field in Extension
332 TYPE_INT32 = 5 variable in FieldDescriptor
366 TYPE_INT32 = 5 variable in FieldDescriptor
421 TYPE_INT32 = IntegerType('i') variable