Home
last modified time | relevance | path

Searched refs:CPPTYPE_INT32 (Results 1 – 22 of 22) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py386 CPPTYPE_INT32 = 1 variable in FieldDescriptor
407 TYPE_INT32: CPPTYPE_INT32,
408 TYPE_SFIXED32: CPPTYPE_INT32,
409 TYPE_SINT32: CPPTYPE_INT32,
/external/protobuf/python/google/protobuf/
Ddescriptor.py407 CPPTYPE_INT32 = 1 variable in FieldDescriptor
428 TYPE_INT32: CPPTYPE_INT32,
429 TYPE_SFIXED32: CPPTYPE_INT32,
430 TYPE_SINT32: CPPTYPE_INT32,
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc210 case FieldDescriptor::CPPTYPE_INT32 : return "::google::protobuf::int32"; in PrimitiveTypeName()
282 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
473 case FieldDescriptor::CPPTYPE_INT32: in IsStringOrMessage()
Dcpp_message.cc160 case FieldDescriptor::CPPTYPE_INT32: in EstimateAlignmentSize()
500 case internal::WireFormatLite::CPPTYPE_INT32: in CanClearByZeroing()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc72 CPPTYPE_INT32, // TYPE_INT32
82 CPPTYPE_INT32, // TYPE_SFIXED32
84 CPPTYPE_INT32, // TYPE_SINT32
Ddynamic_message.cc98 case FD::CPPTYPE_INT32 : return sizeof(RepeatedField<int32 >); in FieldSpaceUsed()
118 case FD::CPPTYPE_INT32 : return sizeof(int32 ); in FieldSpaceUsed()
149 case FD::CPPTYPE_INT32 : return sizeof(int32 ); in OneofFieldSpaceUsed()
Dmessage.cc207 HANDLE_TYPE(int32, FieldDescriptor::CPPTYPE_INT32, -1);
Dextension_set.cc347 case WireFormatLite::CPPTYPE_INT32: in MutableRawRepeatedField()
671 case WireFormatLite::CPPTYPE_INT32: in RemoveLast()
722 case WireFormatLite::CPPTYPE_INT32: in SwapElements()
Ddescriptor.cc75 CPPTYPE_INT32, // TYPE_INT32
85 CPPTYPE_INT32, // TYPE_SFIXED32
87 CPPTYPE_INT32, // TYPE_SINT32
1517 case CPPTYPE_INT32: in DefaultValueAsString()
3664 case FieldDescriptor::CPPTYPE_INT32: in BuildFieldOrExtension()
3750 case FieldDescriptor::CPPTYPE_INT32: in BuildFieldOrExtension()
5003 case FieldDescriptor::CPPTYPE_INT32: in SetOptionValue()
Dwire_format_lite.h120 CPPTYPE_INT32 = 1, enumerator
Ddescriptor.h379 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32 enumerator
Ddescriptor_unittest.cc1776 EXPECT_EQ(FD::CPPTYPE_INT32 , GetCppTypeForFieldType(FD::TYPE_INT32 )); in TEST_F()
1786 EXPECT_EQ(FD::CPPTYPE_INT32 , GetCppTypeForFieldType(FD::TYPE_SFIXED32)); in TEST_F()
1788 EXPECT_EQ(FD::CPPTYPE_INT32 , GetCppTypeForFieldType(FD::TYPE_SINT32 )); in TEST_F()
1822 EXPECT_STREQ("int32" , FD::CppTypeName(FD::CPPTYPE_INT32 )); in TEST_F()
Dtext_format.cc606 case FieldDescriptor::CPPTYPE_INT32: { in ConsumeFieldValue()
Dgenerated_message_reflection.cc291 case FieldDescriptor::CPPTYPE_INT32 : in SpaceUsed()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc123 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { in AssignItem()
212 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { in Item()
371 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { in Append()
Dmessage.cc1634 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { in CheckAndGetInteger()
1761 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { in CheckAndGetInteger()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc372 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
450 case FieldDescriptor::CPPTYPE_INT32: in IsDefaultValueJavaDefault()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc279 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py155 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py198 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc405 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc181 case FieldDescriptor::CPPTYPE_INT32: in StringifyDefaultValue()