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

  /external/protobuf/python/google/protobuf/
descriptor.py 344 TYPE_SINT32 = 17
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 115 TYPE_SINT32 = 17,
descriptor.h 305 // take 10 bytes. Use TYPE_SINT32 if negative
319 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire
330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]
descriptor.pb.cc 543 "32\020\017\022\021\n\rTYPE_SFIXED64\020\020\022\017\n\013TYPE_SINT32\020\021"
    [all...]
descriptor.pb.h 762 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32;
    [all...]

Completed in 178 milliseconds