Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.proto117 TYPE_SFIXED64 = 16; enumerator
Dwire_format_lite.h114 TYPE_SFIXED64 = 16, enumerator
Ddescriptor.h318 TYPE_SFIXED64 = 16, // int64, exactly eight bytes on the wire enumerator
Ddescriptor.pb.cc2184 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED64; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h761 static const Type TYPE_SFIXED64 = FieldDescriptorProto_Type_TYPE_SFIXED64; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py343 TYPE_SFIXED64 = 16 variable in FieldDescriptor