/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 387 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/ |
D | descriptor.py | 408 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/ |
D | cpp_helpers.cc | 211 case FieldDescriptor::CPPTYPE_INT64 : return "::google::protobuf::int64"; in PrimitiveTypeName() 286 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue() 474 case FieldDescriptor::CPPTYPE_INT64: in IsStringOrMessage()
|
D | cpp_message.cc | 166 case FieldDescriptor::CPPTYPE_INT64: in EstimateAlignmentSize() 502 case internal::WireFormatLite::CPPTYPE_INT64: in CanClearByZeroing()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 70 CPPTYPE_INT64, // TYPE_INT64 83 CPPTYPE_INT64, // TYPE_SFIXED64 85 CPPTYPE_INT64, // TYPE_SINT64
|
D | dynamic_message.cc | 99 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()
|
D | message.cc | 208 HANDLE_TYPE(int64, FieldDescriptor::CPPTYPE_INT64, -1);
|
D | extension_set.cc | 350 case WireFormatLite::CPPTYPE_INT64: in MutableRawRepeatedField() 674 case WireFormatLite::CPPTYPE_INT64: in RemoveLast() 725 case WireFormatLite::CPPTYPE_INT64: in SwapElements()
|
D | descriptor.cc | 73 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()
|
D | wire_format_lite.h | 121 CPPTYPE_INT64 = 2, enumerator
|
D | descriptor.h | 380 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64 enumerator
|
D | descriptor_unittest.cc | 1774 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()
|
D | text_format.cc | 620 case FieldDescriptor::CPPTYPE_INT64: { in ConsumeFieldValue()
|
D | generated_message_reflection.cc | 292 case FieldDescriptor::CPPTYPE_INT64 : in SpaceUsed()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 128 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()
|
D | message.cc | 1639 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { in CheckAndGetInteger() 1766 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { in CheckAndGetInteger()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 377 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue() 454 case FieldDescriptor::CPPTYPE_INT64: in IsDefaultValueJavaDefault()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 284 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | type_checkers.py | 156 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 199 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
|
D | reflection_test.py | 1001 cpp_type=FieldDescriptor.CPPTYPE_INT64,
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 410 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 185 case FieldDescriptor::CPPTYPE_INT64: in StringifyDefaultValue()
|