Home
last modified time | relevance | path

Searched refs:CPPTYPE_INT64 (Results 1 – 16 of 16) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc70 CPPTYPE_INT64, // TYPE_INT64
83 CPPTYPE_INT64, // TYPE_SFIXED64
85 CPPTYPE_INT64, // TYPE_SINT64
Ddynamic_message.cc99 case FD::CPPTYPE_INT64 : return sizeof(RepeatedField<int64 >); in FieldSpaceUsed()
119 case FD::CPPTYPE_INT64 : return sizeof(int64 ); in FieldSpaceUsed()
Ddescriptor.cc68 CPPTYPE_INT64, // TYPE_INT64
81 CPPTYPE_INT64, // TYPE_SFIXED64
83 CPPTYPE_INT64, // TYPE_SINT64
1296 case CPPTYPE_INT64: in DefaultValueAsString()
2991 case FieldDescriptor::CPPTYPE_INT64: in BuildFieldOrExtension()
3075 case FieldDescriptor::CPPTYPE_INT64: in BuildFieldOrExtension()
4146 case FieldDescriptor::CPPTYPE_INT64: in SetOptionValue()
Dwire_format_lite.h123 CPPTYPE_INT64 = 2, enumerator
Ddescriptor.h331 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64 enumerator
Dextension_set.cc501 case WireFormatLite::CPPTYPE_INT64: in RemoveLast()
542 case WireFormatLite::CPPTYPE_INT64: in SwapElements()
Ddescriptor_unittest.cc1561 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_INT64 )); in TEST_F()
1574 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SFIXED64)); in TEST_F()
1576 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SINT64 )); in TEST_F()
Dtext_format.cc364 case FieldDescriptor::CPPTYPE_INT64: { in ConsumeFieldValue()
Dgenerated_message_reflection.cc262 case FieldDescriptor::CPPTYPE_INT64 : in SpaceUsed()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc195 case FieldDescriptor::CPPTYPE_INT64 : return "::google::protobuf::int64"; in PrimitiveTypeName()
249 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc270 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc342 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py156 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
Dreflection_test.py713 cpp_type=FieldDescriptor.CPPTYPE_INT64,
/external/protobuf/python/google/protobuf/
Ddescriptor.py353 CPPTYPE_INT64 = 2 variable in FieldDescriptor
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc164 case FieldDescriptor::CPPTYPE_INT64: in StringifyDefaultValue()