Searched refs:TYPE_SINT64 (Results 1 - 25 of 25) sorted by relevance

/external/nanopb-c/generator/google/protobuf/internal/
H A Dtype_checkers.py191 _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/python/google/protobuf/internal/
H A Dtype_checkers.py233 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
256 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Encoder,
279 _FieldDescriptor.TYPE_SINT64: encoder.SInt64Sizer,
302 _FieldDescriptor.TYPE_SINT64: decoder.SInt64Decoder,
327 _FieldDescriptor.TYPE_SINT64: wire_format.WIRETYPE_VARINT,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java75 public static final int TYPE_SINT64 = 18; field in class:Extension
391 case TYPE_SINT64:
486 case TYPE_SINT64:
569 case TYPE_SINT64:
640 case TYPE_SINT64:
733 case TYPE_SINT64:
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc58 case FieldDescriptor::TYPE_SINT64 : return "TYPE_SINT64" ;
H A Djavanano_primitive_field.cc106 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
135 case FieldDescriptor::TYPE_SINT64 : return -1;
H A Djavanano_helpers.cc294 case FieldDescriptor::TYPE_SINT64:
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc274 case FieldDescriptor::TYPE_SINT64:
338 case FieldDescriptor::TYPE_SINT64 : return "SINT64";
611 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
642 case FieldDescriptor::TYPE_SINT64 : return -1;
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc104 case FieldDescriptor::TYPE_SINT64 : return "SInt64" ;
133 case FieldDescriptor::TYPE_SINT64 : return -1;
H A Djavamicro_helpers.cc211 case FieldDescriptor::TYPE_SINT64:
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py379 TYPE_SINT64 = 18 variable in class:FieldDescriptor
403 TYPE_SINT64: CPPTYPE_INT64,
H A Dtext_format.py261 descriptor.FieldDescriptor.TYPE_SINT64,
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc59 case FieldDescriptor::TYPE_SINT64 : return -1;
H A Dcpp_helpers.cc236 case FieldDescriptor::TYPE_SINT64 : return "SInt64";
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py400 TYPE_SINT64 = 18 variable in class:FieldDescriptor
424 TYPE_SINT64: CPPTYPE_INT64,
H A Dtext_format.py415 descriptor.FieldDescriptor.TYPE_SINT64,
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h114 TYPE_SINT64 = 18, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor_unittest.cc1739 EXPECT_STREQ("sint64" , GetTypeNameForFieldType(FD::TYPE_SINT64 ));
1764 EXPECT_STREQ("sint64" , FD::TypeName(FD::TYPE_SINT64 ));
1789 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SINT64 ));
1814 EXPECT_STREQ("int64" , GetCppTypeNameForFieldType(FD::TYPE_SINT64 ));
1856 EXPECT_TRUE(NULL == GetMessageDescriptorForFieldType(FD::TYPE_SINT64 ));
1881 EXPECT_TRUE(NULL == GetEnumDescriptorForFieldType(FD::TYPE_SINT64 ));
H A Ddescriptor.h350 // take 10 bytes. Use TYPE_SINT64 if negative
369 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator in enum:google::protobuf::FieldDescriptor::Type
380 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
H A Dwire_format_lite_inl.h98 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>(
H A Ddescriptor.cc88 CPPTYPE_INT64, // TYPE_SINT64
111 "sint64", // TYPE_SINT64
5340 case FieldDescriptor::TYPE_SINT64:
H A Ddescriptor.pb.h791 static const Type TYPE_SINT64 = FieldDescriptorProto_Type_TYPE_SINT64; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.cc2541 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in class:google::protobuf::FieldDescriptorProto
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc80 result["sint64" ] = FieldDescriptorProto::TYPE_SINT64;
850 case FieldDescriptorProto::TYPE_SINT64:
/external/nanopb-c/generator/
H A Dnanopb_generator.py60 FieldD.TYPE_SINT64: ('int64_t', 'SINT64', 10),
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 247 milliseconds