Home
last modified time | relevance | path

Searched refs:CPPTYPE_STRING (Results 1 - 25 of 38) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/
H A 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: 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 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()
H A 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()
H A Dgenerated_message_reflection.cc130 "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 Ddynamic_message.h218 case FieldDescriptor::CPPTYPE_STRING: { in operator ()()
H A Dextension_set.cc423 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 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()
H A Dmessage.cc308 case FieldDescriptor::CPPTYPE_STRING: in RepeatedFieldAccessor()
H A Dwire_format_lite.cc88 CPPTYPE_STRING, // TYPE_STRING
91 CPPTYPE_STRING, // TYPE_BYTES
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.cc152 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
163 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
174 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
H A Dcpp_extension.cc75 case FieldDescriptor::CPPTYPE_STRING: in ExtensionGenerator()
151 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
H A 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()
H A Dcpp_padding_optimizer.cc146 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in OptimizeLayout()
H A Dcpp_helpers.h329 return field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in IsCord()
335 return field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in IsStringPiece()
H A Dcpp_message.cc155 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 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()
H A 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/
H A 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/
H A Dtype_resolver_util.cc216 case FieldDescriptor::CPPTYPE_STRING: { in ConvertOptionField()
342 case FieldDescriptor::CPPTYPE_STRING: in DefaultValueAsString()
H A Dfield_comparator.cc90 case FieldDescriptor::CPPTYPE_STRING: in Compare()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py493 CPPTYPE_STRING = 9 variable in FieldDescriptor
511 TYPE_BYTES: CPPTYPE_STRING,
512 TYPE_STRING: CPPTYPE_STRING,
H A 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/
H A Djava_helpers.cc541 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
599 case FieldDescriptor::CPPTYPE_STRING: in IsDefaultValueJavaDefault()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc784 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 Druby_generator.cc148 case FieldDescriptor::CPPTYPE_STRING: { in DefaultValueForField()

Completed in 45 milliseconds

12