Home
last modified time | relevance | path

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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h115 TYPE_SINT64 = 18, enumerator
Ddescriptor.proto130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
Ddescriptor.h350 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator
Ddescriptor.pb.cc2413 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h790 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; variable
/external/protobuf/src/google/protobuf/
Ddescriptor.proto119 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
Dwire_format_lite.h116 TYPE_SINT64 = 18, 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/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java75 public static final int TYPE_SINT64 = 18; field in Extension
/external/protobuf/python/google/protobuf/
Ddescriptor.py345 TYPE_SINT64 = 18 variable in FieldDescriptor
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Ddescriptor.py379 TYPE_SINT64 = 18 variable in FieldDescriptor