Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h113 TYPE_SFIXED32 = 15, enumerator
Ddescriptor.proto116 TYPE_SFIXED32 = 15; enumerator
Ddescriptor.h317 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire enumerator
Ddescriptor.pb.cc2183 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED32; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h760 static const Type TYPE_SFIXED32 = FieldDescriptorProto_Type_TYPE_SFIXED32; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py342 TYPE_SFIXED32 = 15 variable in FieldDescriptor