Searched defs:TYPE_SINT64 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.h | 116 TYPE_SINT64 = 18, enumerator |
D | descriptor.proto | 119 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator |
D | descriptor.h | 320 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator |
D | descriptor.pb.cc | 2186 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 763 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 345 TYPE_SINT64 = 18 variable in FieldDescriptor |