Searched defs:TYPE_INT64 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.proto | 98 TYPE_INT64 = 3; // Not ZigZag encoded. Negative numbers enumerator |
D | wire_format_lite.h | 101 TYPE_INT64 = 3, enumerator |
D | descriptor.h | 300 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers enumerator |
D | descriptor.pb.cc | 2171 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT64; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 748 static const Type TYPE_INT64 = FieldDescriptorProto_Type_TYPE_INT64; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 330 TYPE_INT64 = 3 variable in FieldDescriptor |