Searched defs:TYPE_SFIXED32 (Results 1 - 7 of 7) sorted by relevance
| /third_party/protobuf/python/google/protobuf/ | ||
| H A D | descriptor.py | 475 TYPE_SFIXED32 = 15 variable in FieldDescriptor |
| /third_party/protobuf/src/google/protobuf/ | ||
| H A D | type.pb.cc | 307 constexpr Field_Kind Field::TYPE_SFIXED32; member in Field |
| H A D | descriptor.h | 612 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire enumerator |
| H A D | type.pb.h | 564 static constexpr Kind TYPE_SFIXED32 = member in PROTOBUF_FINAL |
| H A D | wire_format_lite.h | 127 TYPE_SFIXED32 = 15, enumerator |
| H A D | descriptor.pb.cc | 1252 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED32; member in FieldDescriptorProto |
| H A D | descriptor.pb.h | 1875 static constexpr Type TYPE_SFIXED32 = member in PROTOBUF_FINAL |
Completed in 65 milliseconds