Searched defs:TYPE_INT32 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.proto | 102 TYPE_INT32 = 5; // Not ZigZag encoded. Negative numbers enumerator |
D | wire_format_lite.h | 103 TYPE_INT32 = 5, enumerator |
D | descriptor.h | 304 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator |
D | descriptor.pb.cc | 2173 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 750 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 332 TYPE_INT32 = 5 variable in FieldDescriptor |