Searched defs:TYPE_SINT64 (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Ddescriptor.py345 TYPE_SINT64 = 18 variable in class:FieldDescriptor
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h116 TYPE_SINT64 = 18, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h301 // take 10 bytes. Use TYPE_SINT64 if negative
320 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator in enum:google::protobuf::FieldDescriptor::Type
331 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
H A Ddescriptor.pb.cc544 "\022\017\n\013TYPE_SINT64\020\022\"C\n\005Label\022\022\n\016LABEL_OPTI"
2186 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h763 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; member in class:google::protobuf::FieldDescriptorProto

Completed in 84 milliseconds