Home
last modified time | relevance | path

Searched refs:CPPTYPE_STRING (Results 1 – 20 of 20) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc108 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()
Dgenerated_message_reflection.cc241 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()
Dwire_format_lite.cc76 CPPTYPE_STRING, // TYPE_STRING
79 CPPTYPE_STRING, // TYPE_BYTES
Dextension_set.cc363 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()
Dtext_format.cc392 case FieldDescriptor::CPPTYPE_STRING: { in ConsumeFieldValue()
930 field->cpp_type() != FieldDescriptor::CPPTYPE_STRING && in PrintField()
1054 case FieldDescriptor::CPPTYPE_STRING: { in PrintFieldValue()
Dextension_set_heavy.cc284 case FieldDescriptor::CPPTYPE_STRING: in SpaceUsedExcludingSelf()
Dwire_format_lite.h130 CPPTYPE_STRING = 9, enumerator
Ddescriptor.cc74 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()
Ddescriptor.h338 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES enumerator
Ddescriptor_unittest.cc1567 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/
Dcpp_field.cc98 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
113 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
Dcpp_extension.cc76 case FieldDescriptor::CPPTYPE_STRING: in ExtensionGenerator()
141 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
Dcpp_helpers.cc202 case FieldDescriptor::CPPTYPE_STRING : return "::std::string"; in PrimitiveTypeName()
294 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
Dcpp_message.cc989 field->cpp_type() == FieldDescriptor::CPPTYPE_STRING; in GenerateClear()
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py67 if (cpp_type == _FieldDescriptor.CPPTYPE_STRING and
165 _FieldDescriptor.CPPTYPE_STRING: TypeChecker(str),
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc301 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc353 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
/external/protobuf/python/google/protobuf/
Ddescriptor.py360 CPPTYPE_STRING = 9 variable in FieldDescriptor
Dtext_format.py113 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc204 case FieldDescriptor::CPPTYPE_STRING: in StringifyDefaultValue()