HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_SINT64 (Results 1 - 5 of 5) sorted by null

  /external/protobuf/python/google/protobuf/
descriptor.py 345 TYPE_SINT64 = 18
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 116 TYPE_SINT64 = 18,
descriptor.h 301 // take 10 bytes. Use TYPE_SINT64 if negative
320 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire
331 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
descriptor.pb.cc 544 "\022\017\n\013TYPE_SINT64\020\022\"C\n\005Label\022\022\n\016LABEL_OPTI"
    [all...]
descriptor.pb.h 763 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64;
    [all...]

Completed in 125 milliseconds