/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 386 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/ |
D | descriptor.py | 407 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/ |
D | cpp_helpers.cc | 210 case FieldDescriptor::CPPTYPE_INT32 : return "::google::protobuf::int32"; in PrimitiveTypeName() 282 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue() 473 case FieldDescriptor::CPPTYPE_INT32: in IsStringOrMessage()
|
D | cpp_message.cc | 160 case FieldDescriptor::CPPTYPE_INT32: in EstimateAlignmentSize() 500 case internal::WireFormatLite::CPPTYPE_INT32: in CanClearByZeroing()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 72 CPPTYPE_INT32, // TYPE_INT32 82 CPPTYPE_INT32, // TYPE_SFIXED32 84 CPPTYPE_INT32, // TYPE_SINT32
|
D | dynamic_message.cc | 98 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()
|
D | message.cc | 207 HANDLE_TYPE(int32, FieldDescriptor::CPPTYPE_INT32, -1);
|
D | extension_set.cc | 347 case WireFormatLite::CPPTYPE_INT32: in MutableRawRepeatedField() 671 case WireFormatLite::CPPTYPE_INT32: in RemoveLast() 722 case WireFormatLite::CPPTYPE_INT32: in SwapElements()
|
D | descriptor.cc | 75 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()
|
D | wire_format_lite.h | 120 CPPTYPE_INT32 = 1, enumerator
|
D | descriptor.h | 379 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32 enumerator
|
D | descriptor_unittest.cc | 1776 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()
|
D | text_format.cc | 606 case FieldDescriptor::CPPTYPE_INT32: { in ConsumeFieldValue()
|
D | generated_message_reflection.cc | 291 case FieldDescriptor::CPPTYPE_INT32 : in SpaceUsed()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 123 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()
|
D | message.cc | 1634 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { in CheckAndGetInteger() 1761 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { in CheckAndGetInteger()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 372 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue() 450 case FieldDescriptor::CPPTYPE_INT32: in IsDefaultValueJavaDefault()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 279 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | type_checkers.py | 155 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 198 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 405 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 181 case FieldDescriptor::CPPTYPE_INT32: in StringifyDefaultValue()
|