Searched defs:TYPE_SFIXED64 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.proto | 117 TYPE_SFIXED64 = 16; enumerator |
D | wire_format_lite.h | 114 TYPE_SFIXED64 = 16, enumerator |
D | descriptor.h | 318 TYPE_SFIXED64 = 16, // int64, exactly eight bytes on the wire enumerator |
D | descriptor.pb.cc | 2184 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED64; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 761 static const Type TYPE_SFIXED64 = FieldDescriptorProto_Type_TYPE_SFIXED64; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 343 TYPE_SFIXED64 = 16 variable in FieldDescriptor |