Searched defs:TYPE_SFIXED32 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.h | 113 TYPE_SFIXED32 = 15, enumerator |
D | descriptor.proto | 116 TYPE_SFIXED32 = 15; enumerator |
D | descriptor.h | 317 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire enumerator |
D | descriptor.pb.cc | 2183 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED32; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 760 static const Type TYPE_SFIXED32 = FieldDescriptorProto_Type_TYPE_SFIXED32; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 342 TYPE_SFIXED32 = 15 variable in FieldDescriptor |