Home
last modified time | relevance | path

Searched defs:TYPE_INT32 (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.proto102 TYPE_INT32 = 5; // Not ZigZag encoded. Negative numbers enumerator
Dwire_format_lite.h103 TYPE_INT32 = 5, enumerator
Ddescriptor.h304 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator
Ddescriptor.pb.cc2173 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h750 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py332 TYPE_INT32 = 5 variable in FieldDescriptor