/third_party/protobuf/src/google/protobuf/ |
H A D | map_field.h | 84 if (type_ == FieldDescriptor::CPPTYPE_STRING) { in ~MapKey() 119 SetType(FieldDescriptor::CPPTYPE_STRING); in SetStringValue() 144 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, "MapKey::GetStringValue"); in GetStringValue() 161 case FieldDescriptor::CPPTYPE_STRING: in operator <() 189 case FieldDescriptor::CPPTYPE_STRING: in operator ==() 215 case FieldDescriptor::CPPTYPE_STRING: in CopyFrom() 254 if (type_ == FieldDescriptor::CPPTYPE_STRING) { in SetType() 258 if (type_ == FieldDescriptor::CPPTYPE_STRING) { in SetType() 614 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, "MapValueRef::SetStringValue"); in SetStringValue() 651 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, "MapValueRe in GetStringValue() [all...] |
H A D | dynamic_message.cc | 156 case FD::CPPTYPE_STRING: in FieldSpaceUsed() 186 case FD::CPPTYPE_STRING: in FieldSpaceUsed() 225 case FD::CPPTYPE_STRING: in OneofFieldSpaceUsed() 423 case FieldDescriptor::CPPTYPE_STRING: in SharedCtor() 514 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage() 554 case FieldDescriptor::CPPTYPE_STRING: in ~DynamicMessage() 574 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage() 877 case FieldDescriptor::CPPTYPE_STRING: in ConstructDefaultOneofInstance() 903 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in DeleteDefaultOneofInstance()
|
H A D | map_field.cc | 332 case FieldDescriptor::CPPTYPE_STRING: { in MergeFrom() 382 case FieldDescriptor::CPPTYPE_STRING: in SyncRepeatedFieldWithMapNoLock() 409 case FieldDescriptor::CPPTYPE_STRING: in SyncRepeatedFieldWithMapNoLock() 465 case FieldDescriptor::CPPTYPE_STRING: in SyncMapWithRepeatedFieldNoLock() 542 if (it->first.type() == FieldDescriptor::CPPTYPE_STRING) { in SpaceUsedExcludingSelfNoLock()
|
H A D | generated_message_reflection.cc | 130 "CPPTYPE_ENUM", "CPPTYPE_STRING", "CPPTYPE_MESSAGE"}; 271 case FieldDescriptor::CPPTYPE_STRING: in SpaceUsedLong() 312 case FieldDescriptor::CPPTYPE_STRING: { in SpaceUsedLong() 382 case FieldDescriptor::CPPTYPE_STRING: in SwapField() 447 case FieldDescriptor::CPPTYPE_STRING: in SwapField() 527 case FieldDescriptor::CPPTYPE_STRING: in SwapOneofField() 558 case FieldDescriptor::CPPTYPE_STRING: in SwapOneofField() 590 case FieldDescriptor::CPPTYPE_STRING: in SwapOneofField() 776 case FieldDescriptor::CPPTYPE_STRING: in FieldSize() 834 case FieldDescriptor::CPPTYPE_STRING in ClearField() [all...] |
H A D | dynamic_message.h | 218 case FieldDescriptor::CPPTYPE_STRING: { in operator ()()
|
H A D | extension_set.cc | 423 case WireFormatLite::CPPTYPE_STRING: in MutableRawRepeatedField() 528 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in MutableString() member in google::protobuf::internal::WireFormatLite 558 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in AddString() member in google::protobuf::internal::WireFormatLite 827 case WireFormatLite::CPPTYPE_STRING: in RemoveLast() 874 case WireFormatLite::CPPTYPE_STRING: in SwapElements() 1008 case WireFormatLite::CPPTYPE_STRING: in InternalExtensionMergeFrom() 1543 case WireFormatLite::CPPTYPE_STRING: in Clear() 1755 case WireFormatLite::CPPTYPE_STRING: in Free()
|
H A D | text_format.cc | 749 case FieldDescriptor::CPPTYPE_STRING: { in ConsumeFieldValue() 2089 case FieldDescriptor::CPPTYPE_STRING: { in operator ()() 2167 case FieldDescriptor::CPPTYPE_STRING: in CopyKey() 2208 case FieldDescriptor::CPPTYPE_STRING: in CopyValue() 2235 field->cpp_type() != FieldDescriptor::CPPTYPE_STRING && in PrintField() 2365 case FieldDescriptor::CPPTYPE_STRING: { in PrintFieldValue()
|
H A D | message.cc | 308 case FieldDescriptor::CPPTYPE_STRING: in RepeatedFieldAccessor()
|
H A D | wire_format_lite.cc | 88 CPPTYPE_STRING, // TYPE_STRING 91 CPPTYPE_STRING, // TYPE_BYTES
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_field.cc | 152 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator() 163 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator() 174 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
|
H A D | cpp_extension.cc | 75 case FieldDescriptor::CPPTYPE_STRING: in ExtensionGenerator() 151 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
|
H A D | cpp_helpers.cc | 262 PrimitiveTypeName(options, FieldDescriptor::CPPTYPE_STRING); in SetUnknkownFieldsVariable() 487 case FieldDescriptor::CPPTYPE_STRING: in EstimateAlignmentSize() 544 case FieldDescriptor::CPPTYPE_STRING: in PrimitiveTypeName() 576 case FieldDescriptor::CPPTYPE_STRING: in PrimitiveTypeName() 720 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue() 866 return field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in IsStringPieceField() 889 return field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in IsCordField() 976 case FieldDescriptor::CPPTYPE_STRING: in IsStringOrMessage() 987 GOOGLE_DCHECK(field->cpp_type() == FieldDescriptor::CPPTYPE_STRING); in EffectiveStringCType()
|
H A D | cpp_padding_optimizer.cc | 146 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in OptimizeLayout()
|
H A D | cpp_helpers.h | 329 return field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in IsCord() 335 return field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in IsStringPiece()
|
H A D | cpp_message.cc | 155 case FieldDescriptor::CPPTYPE_STRING: in IsPOD() 215 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in EmitFieldNonDefaultCondition() 1650 (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in GenerateExtraDefaultFields() 2352 case FieldDescriptor::CPPTYPE_STRING: { in GenerateParseAuxTable() 2955 field->cpp_type() == FieldDescriptor::CPPTYPE_STRING); in GenerateClear()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | map_container.cc | 157 case FieldDescriptor::CPPTYPE_STRING: { in PythonToMapKey() 188 case FieldDescriptor::CPPTYPE_STRING: in MapKeyToPython() 218 case FieldDescriptor::CPPTYPE_STRING: in MapValueRefToPython() 273 case FieldDescriptor::CPPTYPE_STRING: { in PythonToMapValueRef()
|
H A D | repeated_scalar_container.cc | 152 case FieldDescriptor::CPPTYPE_STRING: { in AssignItem() 261 case FieldDescriptor::CPPTYPE_STRING: { in Item() 385 case FieldDescriptor::CPPTYPE_STRING: { in Subscript()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | type_checkers.py | 108 if (field.cpp_type == _FieldDescriptor.CPPTYPE_STRING and 310 _FieldDescriptor.CPPTYPE_STRING: TypeCheckerWithDefault(b'', bytes),
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.cc | 216 case FieldDescriptor::CPPTYPE_STRING: { in ConvertOptionField() 342 case FieldDescriptor::CPPTYPE_STRING: in DefaultValueAsString()
|
H A D | field_comparator.cc | 90 case FieldDescriptor::CPPTYPE_STRING: in Compare()
|
/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 493 CPPTYPE_STRING = 9 variable in FieldDescriptor 511 TYPE_BYTES: CPPTYPE_STRING, 512 TYPE_STRING: CPPTYPE_STRING,
|
H A D | json_format.py | 297 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING: 725 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.cc | 541 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue() 599 case FieldDescriptor::CPPTYPE_STRING: in IsDefaultValueJavaDefault()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.cc | 784 case FieldDescriptor::CPPTYPE_STRING: in GPBGenericValueFieldName() 836 case FieldDescriptor::CPPTYPE_STRING: { in DefaultValue() 903 case FieldDescriptor::CPPTYPE_STRING: { in HasNonZeroDefaultValue()
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
H A D | ruby_generator.cc | 148 case FieldDescriptor::CPPTYPE_STRING: { in DefaultValueForField()
|