/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 216 case FieldDescriptor::CPPTYPE_BOOL : return "bool"; in PrimitiveTypeName() 322 case FieldDescriptor::CPPTYPE_BOOL: in DefaultValue() 479 case FieldDescriptor::CPPTYPE_BOOL: in IsStringOrMessage()
|
D | cpp_message.cc | 157 case FieldDescriptor::CPPTYPE_BOOL: in EstimateAlignmentSize() 512 case internal::WireFormatLite::CPPTYPE_BOOL: in CanClearByZeroing()
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 104 case FD::CPPTYPE_BOOL : return sizeof(RepeatedField<bool >); in FieldSpaceUsed() 124 case FD::CPPTYPE_BOOL : return sizeof(bool ); in FieldSpaceUsed() 155 case FD::CPPTYPE_BOOL : return sizeof(bool ); in OneofFieldSpaceUsed()
|
D | message.cc | 213 HANDLE_TYPE(bool, FieldDescriptor::CPPTYPE_BOOL, -1);
|
D | wire_format_lite.cc | 75 CPPTYPE_BOOL, // TYPE_BOOL
|
D | extension_set.cc | 365 case WireFormatLite::CPPTYPE_BOOL: in MutableRawRepeatedField() 689 case WireFormatLite::CPPTYPE_BOOL: in RemoveLast() 740 case WireFormatLite::CPPTYPE_BOOL: in SwapElements()
|
D | wire_format_lite.h | 126 CPPTYPE_BOOL = 7, enumerator
|
D | descriptor.cc | 78 CPPTYPE_BOOL, // TYPE_BOOL 1535 case CPPTYPE_BOOL: in DefaultValueAsString() 3704 case FieldDescriptor::CPPTYPE_BOOL: in BuildFieldOrExtension() 3768 case FieldDescriptor::CPPTYPE_BOOL: in BuildFieldOrExtension() 5112 case FieldDescriptor::CPPTYPE_BOOL: in SetOptionValue()
|
D | descriptor.h | 385 CPPTYPE_BOOL = 7, // TYPE_BOOL enumerator
|
D | text_format.cc | 655 case FieldDescriptor::CPPTYPE_BOOL: { in ConsumeFieldValue()
|
D | generated_message_reflection.cc | 297 case FieldDescriptor::CPPTYPE_BOOL : in SpaceUsed()
|
D | descriptor_unittest.cc | 1779 EXPECT_EQ(FD::CPPTYPE_BOOL , GetCppTypeForFieldType(FD::TYPE_BOOL )); in TEST_F() 1828 EXPECT_STREQ("bool" , FD::CppTypeName(FD::CPPTYPE_BOOL )); in TEST_F()
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 392 CPPTYPE_BOOL = 7 variable in FieldDescriptor 414 TYPE_BOOL: CPPTYPE_BOOL,
|
D | text_format.py | 137 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_BOOL:
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 153 case google::protobuf::FieldDescriptor::CPPTYPE_BOOL: { in AssignItem() 248 case google::protobuf::FieldDescriptor::CPPTYPE_BOOL: { in Item() 401 case google::protobuf::FieldDescriptor::CPPTYPE_BOOL: { in Append()
|
D | message.cc | 1664 case google::protobuf::FieldDescriptor::CPPTYPE_BOOL: { in CheckAndGetInteger() 1791 case google::protobuf::FieldDescriptor::CPPTYPE_BOOL: { in CheckAndGetInteger()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 413 CPPTYPE_BOOL = 7 variable in FieldDescriptor 435 TYPE_BOOL: CPPTYPE_BOOL,
|
D | text_format.py | 203 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_BOOL:
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 406 case FieldDescriptor::CPPTYPE_BOOL: in DefaultValue() 462 case FieldDescriptor::CPPTYPE_BOOL: in IsDefaultValueJavaDefault()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 313 case FieldDescriptor::CPPTYPE_BOOL: in DefaultValue()
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | type_checkers.py | 163 _FieldDescriptor.CPPTYPE_BOOL: TypeChecker(bool, int),
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 206 _FieldDescriptor.CPPTYPE_BOOL: TypeChecker(bool, int),
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 439 case FieldDescriptor::CPPTYPE_BOOL: in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 221 case FieldDescriptor::CPPTYPE_BOOL: in StringifyDefaultValue()
|