Searched refs:CPPTYPE_STRING (Results 1 – 20 of 20) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 108 case FD::CPPTYPE_STRING: in FieldSpaceUsed() 128 case FD::CPPTYPE_STRING: in FieldSpaceUsed() 272 case FieldDescriptor::CPPTYPE_STRING: in DynamicMessage() 344 case FieldDescriptor::CPPTYPE_STRING: in ~DynamicMessage() 360 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage()
|
D | generated_message_reflection.cc | 241 case FieldDescriptor::CPPTYPE_STRING: in SpaceUsed() 272 case FieldDescriptor::CPPTYPE_STRING: { in SpaceUsed() 361 case FieldDescriptor::CPPTYPE_STRING: in Swap() 389 case FieldDescriptor::CPPTYPE_STRING: in Swap() 449 case FieldDescriptor::CPPTYPE_STRING: in FieldSize() 491 case FieldDescriptor::CPPTYPE_STRING: { in ClearField() 531 case FieldDescriptor::CPPTYPE_STRING: { in ClearField() 577 case FieldDescriptor::CPPTYPE_STRING: in RemoveLast() 622 case FieldDescriptor::CPPTYPE_STRING: in SwapElements()
|
D | wire_format_lite.cc | 76 CPPTYPE_STRING, // TYPE_STRING 79 CPPTYPE_STRING, // TYPE_BYTES
|
D | extension_set.cc | 363 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in MutableString() 392 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in AddString() 522 case WireFormatLite::CPPTYPE_STRING: in RemoveLast() 563 case WireFormatLite::CPPTYPE_STRING: in SwapElements() 661 case WireFormatLite::CPPTYPE_STRING: in MergeFrom() 1081 case WireFormatLite::CPPTYPE_STRING: in Clear() 1435 case WireFormatLite::CPPTYPE_STRING: in Free()
|
D | text_format.cc | 392 case FieldDescriptor::CPPTYPE_STRING: { in ConsumeFieldValue() 930 field->cpp_type() != FieldDescriptor::CPPTYPE_STRING && in PrintField() 1054 case FieldDescriptor::CPPTYPE_STRING: { in PrintFieldValue()
|
D | extension_set_heavy.cc | 284 case FieldDescriptor::CPPTYPE_STRING: in SpaceUsedExcludingSelf()
|
D | wire_format_lite.h | 130 CPPTYPE_STRING = 9, enumerator
|
D | descriptor.cc | 74 CPPTYPE_STRING, // TYPE_STRING 77 CPPTYPE_STRING, // TYPE_BYTES 1314 case CPPTYPE_STRING: in DefaultValueAsString() 3042 case FieldDescriptor::CPPTYPE_STRING: in BuildFieldOrExtension() 3097 case FieldDescriptor::CPPTYPE_STRING: in BuildFieldOrExtension() 4298 case FieldDescriptor::CPPTYPE_STRING: in SetOptionValue()
|
D | descriptor.h | 338 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES enumerator
|
D | descriptor_unittest.cc | 1567 EXPECT_EQ(FD::CPPTYPE_STRING , GetCppTypeForFieldType(FD::TYPE_STRING )); in TEST_F() 1570 EXPECT_EQ(FD::CPPTYPE_STRING , GetCppTypeForFieldType(FD::TYPE_BYTES )); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_field.cc | 98 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator() 113 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
|
D | cpp_extension.cc | 76 case FieldDescriptor::CPPTYPE_STRING: in ExtensionGenerator() 141 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
|
D | cpp_helpers.cc | 202 case FieldDescriptor::CPPTYPE_STRING : return "::std::string"; in PrimitiveTypeName() 294 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
|
D | cpp_message.cc | 989 field->cpp_type() == FieldDescriptor::CPPTYPE_STRING; in GenerateClear()
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 67 if (cpp_type == _FieldDescriptor.CPPTYPE_STRING and 165 _FieldDescriptor.CPPTYPE_STRING: TypeChecker(str),
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 301 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 353 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 360 CPPTYPE_STRING = 9 variable in FieldDescriptor
|
D | text_format.py | 113 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 204 case FieldDescriptor::CPPTYPE_STRING: in StringifyDefaultValue()
|