Home
last modified time | relevance | path

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

12

/third_party/protobuf/src/google/protobuf/
Dmap_field.h84 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 …]
Ddynamic_message.cc156 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()
Dmap_field.cc332 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()
Dgenerated_message_reflection.cc271 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 …]
Ddynamic_message.h218 case FieldDescriptor::CPPTYPE_STRING: { in operator()
Dextension_set.cc423 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()
Dmessage.cc308 case FieldDescriptor::CPPTYPE_STRING: in RepeatedFieldAccessor()
Dtext_format.cc749 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()
Dwire_format_lite.cc88 CPPTYPE_STRING, // TYPE_STRING
91 CPPTYPE_STRING, // TYPE_BYTES
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_field.cc152 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
163 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
174 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
Dcpp_extension.cc75 case FieldDescriptor::CPPTYPE_STRING: in ExtensionGenerator()
151 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
Dcpp_helpers.cc262 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()
Dcpp_padding_optimizer.cc146 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in OptimizeLayout()
/third_party/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc123 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()
Dgenerator.cc226 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()
Dmessage_layout.cc45 case protobuf::FieldDescriptor::CPPTYPE_STRING: in SizeOfUnwrapped()
88 case protobuf::FieldDescriptor::CPPTYPE_STRING: in FieldLayoutRank()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc157 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()
Drepeated_scalar_container.cc152 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/
Dtype_checkers.py108 if (field.cpp_type == _FieldDescriptor.CPPTYPE_STRING and
310 _FieldDescriptor.CPPTYPE_STRING: TypeCheckerWithDefault(b'', bytes),
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc216 case FieldDescriptor::CPPTYPE_STRING: { in ConvertOptionField()
342 case FieldDescriptor::CPPTYPE_STRING: in DefaultValueAsString()
Dfield_comparator.cc90 case FieldDescriptor::CPPTYPE_STRING: in Compare()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py493 CPPTYPE_STRING = 9 variable in FieldDescriptor
511 TYPE_BYTES: CPPTYPE_STRING,
512 TYPE_STRING: CPPTYPE_STRING,
Djson_format.py297 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/
Djava_helpers.cc541 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
599 case FieldDescriptor::CPPTYPE_STRING: in IsDefaultValueJavaDefault()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc784 case FieldDescriptor::CPPTYPE_STRING: in GPBGenericValueFieldName()
836 case FieldDescriptor::CPPTYPE_STRING: { in DefaultValue()
903 case FieldDescriptor::CPPTYPE_STRING: { in HasNonZeroDefaultValue()

12