Home
last modified time | relevance | path

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

/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py387 CPPTYPE_INT64 = 2 variable in FieldDescriptor
402 TYPE_INT64: CPPTYPE_INT64,
403 TYPE_SINT64: CPPTYPE_INT64,
404 TYPE_SFIXED64: CPPTYPE_INT64,
/external/protobuf/python/google/protobuf/
Ddescriptor.py408 CPPTYPE_INT64 = 2 variable in FieldDescriptor
423 TYPE_INT64: CPPTYPE_INT64,
424 TYPE_SINT64: CPPTYPE_INT64,
425 TYPE_SFIXED64: CPPTYPE_INT64,
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc211 case FieldDescriptor::CPPTYPE_INT64 : return "::google::protobuf::int64"; in PrimitiveTypeName()
286 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
474 case FieldDescriptor::CPPTYPE_INT64: in IsStringOrMessage()
Dcpp_message.cc166 case FieldDescriptor::CPPTYPE_INT64: in EstimateAlignmentSize()
502 case internal::WireFormatLite::CPPTYPE_INT64: in CanClearByZeroing()
/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()
150 case FD::CPPTYPE_INT64 : return sizeof(int64 ); in OneofFieldSpaceUsed()
Dmessage.cc208 HANDLE_TYPE(int64, FieldDescriptor::CPPTYPE_INT64, -1);
Dextension_set.cc350 case WireFormatLite::CPPTYPE_INT64: in MutableRawRepeatedField()
674 case WireFormatLite::CPPTYPE_INT64: in RemoveLast()
725 case WireFormatLite::CPPTYPE_INT64: in SwapElements()
Ddescriptor.cc73 CPPTYPE_INT64, // TYPE_INT64
86 CPPTYPE_INT64, // TYPE_SFIXED64
88 CPPTYPE_INT64, // TYPE_SINT64
1520 case CPPTYPE_INT64: in DefaultValueAsString()
3668 case FieldDescriptor::CPPTYPE_INT64: in BuildFieldOrExtension()
3753 case FieldDescriptor::CPPTYPE_INT64: in BuildFieldOrExtension()
5030 case FieldDescriptor::CPPTYPE_INT64: in SetOptionValue()
Dwire_format_lite.h121 CPPTYPE_INT64 = 2, enumerator
Ddescriptor.h380 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64 enumerator
Ddescriptor_unittest.cc1774 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_INT64 )); in TEST_F()
1787 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SFIXED64)); in TEST_F()
1789 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SINT64 )); in TEST_F()
1823 EXPECT_STREQ("int64" , FD::CppTypeName(FD::CPPTYPE_INT64 )); in TEST_F()
Dtext_format.cc620 case FieldDescriptor::CPPTYPE_INT64: { in ConsumeFieldValue()
Dgenerated_message_reflection.cc292 case FieldDescriptor::CPPTYPE_INT64 : in SpaceUsed()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc128 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { in AssignItem()
218 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { in Item()
376 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { in Append()
Dmessage.cc1639 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { in CheckAndGetInteger()
1766 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { in CheckAndGetInteger()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc377 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
454 case FieldDescriptor::CPPTYPE_INT64: in IsDefaultValueJavaDefault()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc284 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py156 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py199 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
Dreflection_test.py1001 cpp_type=FieldDescriptor.CPPTYPE_INT64,
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc410 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc185 case FieldDescriptor::CPPTYPE_INT64: in StringifyDefaultValue()