Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h116 TYPE_SINT64 = 18, enumerator
Ddescriptor.proto119 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
Ddescriptor.h320 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator
Ddescriptor.pb.cc2186 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h763 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py345 TYPE_SINT64 = 18 variable in FieldDescriptor