Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.proto98 TYPE_INT64 = 3; // Not ZigZag encoded. Negative numbers enumerator
Dwire_format_lite.h101 TYPE_INT64 = 3, enumerator
Ddescriptor.h300 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers enumerator
Ddescriptor.pb.cc2171 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT64; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h748 static const Type TYPE_INT64 = FieldDescriptorProto_Type_TYPE_INT64; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py330 TYPE_INT64 = 3 variable in FieldDescriptor