/third_party/protobuf/src/google/protobuf/ |
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: 189 case FieldDescriptor::CPPTYPE_STRING: 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"); 651 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, "MapValueRef::GetStringValue"); [all …]
|
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()
|
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()
|
D | generated_message_reflection.cc | 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() 887 case FieldDescriptor::CPPTYPE_STRING: { in ClearField() [all …]
|
D | dynamic_message.h | 218 case FieldDescriptor::CPPTYPE_STRING: { in operator()
|
D | extension_set.cc | 423 case WireFormatLite::CPPTYPE_STRING: in MutableRawRepeatedField() 528 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in MutableString() 558 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in AddString() 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()
|
D | message.cc | 308 case FieldDescriptor::CPPTYPE_STRING: in RepeatedFieldAccessor()
|
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()
|
D | wire_format_lite.cc | 88 CPPTYPE_STRING, // TYPE_STRING 91 CPPTYPE_STRING, // TYPE_BYTES
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
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()
|
D | cpp_extension.cc | 75 case FieldDescriptor::CPPTYPE_STRING: in ExtensionGenerator() 151 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
|
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()
|
D | cpp_padding_optimizer.cc | 146 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in OptimizeLayout()
|
/third_party/grpc/third_party/upb/upbc/ |
D | protoc-gen-upb.cc | 123 case protobuf::FieldDescriptor::CPPTYPE_STRING: in CTypeInternal() 151 case protobuf::FieldDescriptor::CPPTYPE_STRING: in SizeLg2() 163 case protobuf::FieldDescriptor::CPPTYPE_STRING: in FieldDefault() 306 key->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 309 val->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 325 field->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 370 key->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 373 val->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 381 key->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 443 field->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader()
|
D | generator.cc | 226 case protobuf::FieldDescriptor::CPPTYPE_STRING: in CTypeInternal() 254 case protobuf::FieldDescriptor::CPPTYPE_STRING: in UpbType() 266 case protobuf::FieldDescriptor::CPPTYPE_STRING: in FieldDefault() 413 key->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 416 val->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 432 field->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 477 key->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 480 val->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 488 key->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 552 field->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader()
|
D | message_layout.cc | 45 case protobuf::FieldDescriptor::CPPTYPE_STRING: in SizeOfUnwrapped() 88 case protobuf::FieldDescriptor::CPPTYPE_STRING: in FieldLayoutRank()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
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()
|
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/ |
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/ |
D | type_resolver_util.cc | 216 case FieldDescriptor::CPPTYPE_STRING: { in ConvertOptionField() 342 case FieldDescriptor::CPPTYPE_STRING: in DefaultValueAsString()
|
D | field_comparator.cc | 90 case FieldDescriptor::CPPTYPE_STRING: in Compare()
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 493 CPPTYPE_STRING = 9 variable in FieldDescriptor 511 TYPE_BYTES: CPPTYPE_STRING, 512 TYPE_STRING: CPPTYPE_STRING,
|
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/ |
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/ |
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()
|