/external/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 191 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize 214 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder, 237 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer, 260 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder, 285 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_primitive_field.cc | 104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; 133 case FieldDescriptor::TYPE_SINT64 : return -1;
|
java_extension.cc | 56 case FieldDescriptor::TYPE_SINT64 : return "SINT64";
|
java_helpers.cc | 197 case FieldDescriptor::TYPE_SINT64:
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_primitive_field.cc | 104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; 133 case FieldDescriptor::TYPE_SINT64 : return -1;
|
javamicro_helpers.cc | 269 case FieldDescriptor::TYPE_SINT64:
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 220 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
|
cpp_primitive_field.cc | 59 case FieldDescriptor::TYPE_SINT64 : return -1;
|
/external/protobuf/python/google/protobuf/ |
descriptor.py | 345 TYPE_SINT64 = 18
|
text_format.py | 241 descriptor.FieldDescriptor.TYPE_SINT64,
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 80 result["sint64" ] = FieldDescriptorProto::TYPE_SINT64; 544 case FieldDescriptorProto::TYPE_SINT64: [all...] |
/external/protobuf/src/google/protobuf/ |
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...] |
wire_format_lite.h | 116 TYPE_SINT64 = 18,
|
wire_format_lite_inl.h | 94 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>(
|
descriptor.cc | 83 CPPTYPE_INT64, // TYPE_SINT64 106 "sint64", // TYPE_SINT64 [all...] |
descriptor.pb.h | 763 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; [all...] |
descriptor_unittest.cc | [all...] |
descriptor.pb.cc | 544 "\022\017\n\013TYPE_SINT64\020\022\"C\n\005Label\022\022\n\016LABEL_OPTI" [all...] |