Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc130 case FD::CPPTYPE_STRING: in FieldSpaceUsed()
152 case FD::CPPTYPE_STRING: in FieldSpaceUsed()
183 case FD::CPPTYPE_STRING: in OneofFieldSpaceUsed()
380 case FieldDescriptor::CPPTYPE_STRING: in SharedCtor()
449 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage()
490 case FieldDescriptor::CPPTYPE_STRING: in ~DynamicMessage()
510 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage()
836 case FieldDescriptor::CPPTYPE_STRING: in ConstructDefaultOneofInstance()
862 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in DeleteDefaultOneofInstance()
Dgenerated_message_reflection.cc311 case FieldDescriptor::CPPTYPE_STRING: in SpaceUsed()
351 case FieldDescriptor::CPPTYPE_STRING: { in SpaceUsed()
414 case FieldDescriptor::CPPTYPE_STRING: in SwapField()
482 case FieldDescriptor::CPPTYPE_STRING: in SwapField()
555 case FieldDescriptor::CPPTYPE_STRING: in SwapOneofField()
589 case FieldDescriptor::CPPTYPE_STRING: in SwapOneofField()
621 case FieldDescriptor::CPPTYPE_STRING: in SwapOneofField()
787 case FieldDescriptor::CPPTYPE_STRING: in FieldSize()
838 case FieldDescriptor::CPPTYPE_STRING: { in ClearField()
883 case FieldDescriptor::CPPTYPE_STRING: { in ClearField()
[all …]
Dmap.h106 if (type_ == FieldDescriptor::CPPTYPE_STRING) { in ~MapKey()
142 SetType(FieldDescriptor::CPPTYPE_STRING); in SetStringValue()
172 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, in GetStringValue()
190 case FieldDescriptor::CPPTYPE_STRING:
218 case FieldDescriptor::CPPTYPE_STRING:
244 case FieldDescriptor::CPPTYPE_STRING: in CopyFrom()
283 if (type_ == FieldDescriptor::CPPTYPE_STRING) { in SetType()
287 if (type_ == FieldDescriptor::CPPTYPE_STRING) { in SetType()
333 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, in SetStringValue()
379 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, in GetStringValue()
[all …]
Dmap_field.cc286 case google::protobuf::FieldDescriptor::CPPTYPE_STRING: in SyncRepeatedFieldWithMapNoLock()
313 case google::protobuf::FieldDescriptor::CPPTYPE_STRING: in SyncRepeatedFieldWithMapNoLock()
368 case google::protobuf::FieldDescriptor::CPPTYPE_STRING: in SyncMapWithRepeatedFieldNoLock()
436 if (it->first.type() == google::protobuf::FieldDescriptor::CPPTYPE_STRING) { in SpaceUsedExcludingSelfNoLock()
Dextension_set.cc392 case WireFormatLite::CPPTYPE_STRING: in MutableRawRepeatedField()
499 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in MutableString()
528 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in AddString()
800 case WireFormatLite::CPPTYPE_STRING: in RemoveLast()
851 case WireFormatLite::CPPTYPE_STRING: in SwapElements()
956 case WireFormatLite::CPPTYPE_STRING: in InternalExtensionMergeFrom()
1406 case WireFormatLite::CPPTYPE_STRING: in Clear()
1729 case WireFormatLite::CPPTYPE_STRING: in Free()
Dmessage.cc226 FieldDescriptor::CPPTYPE_STRING, FieldOptions::STRING, NULL); in MutableRawRepeatedString()
444 case FieldDescriptor::CPPTYPE_STRING: in RepeatedFieldAccessor()
Dwire_format_lite.cc86 CPPTYPE_STRING, // TYPE_STRING
89 CPPTYPE_STRING, // TYPE_BYTES
Dtext_format.cc676 case FieldDescriptor::CPPTYPE_STRING: { in ConsumeFieldValue()
1629 case FieldDescriptor::CPPTYPE_STRING: { in operator ()()
1650 field->cpp_type() != FieldDescriptor::CPPTYPE_STRING && in PrintField()
1782 case FieldDescriptor::CPPTYPE_STRING: { in PrintFieldValue()
Drepeated_field_reflection.h301 FieldDescriptor::CPPTYPE_STRING;
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_field.cc145 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
160 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
175 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
Dcpp_helpers.cc224 field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in IsFieldDependent()
300 case FieldDescriptor::CPPTYPE_STRING : return "::std::string"; in PrimitiveTypeName()
413 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
584 case FieldDescriptor::CPPTYPE_STRING: in IsStringOrMessage()
594 GOOGLE_DCHECK(field->cpp_type() == FieldDescriptor::CPPTYPE_STRING); in EffectiveStringCType()
Dcpp_extension.cc76 case FieldDescriptor::CPPTYPE_STRING: in ExtensionGenerator()
141 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py394 CPPTYPE_STRING = 9 variable in FieldDescriptor
412 TYPE_BYTES: CPPTYPE_STRING,
413 TYPE_STRING: CPPTYPE_STRING,
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc161 case FieldDescriptor::CPPTYPE_STRING: { in PythonToMapKey()
191 case FieldDescriptor::CPPTYPE_STRING: in MapKeyToPython()
220 case FieldDescriptor::CPPTYPE_STRING: in MapValueRefToPython()
274 case FieldDescriptor::CPPTYPE_STRING: { in PythonToMapValueRef()
Drepeated_scalar_container.cc152 case FieldDescriptor::CPPTYPE_STRING: { in AssignItem()
258 case FieldDescriptor::CPPTYPE_STRING: { in Item()
396 case FieldDescriptor::CPPTYPE_STRING: { in Append()
/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py67 if (cpp_type == _FieldDescriptor.CPPTYPE_STRING and
165 _FieldDescriptor.CPPTYPE_STRING: TypeChecker(str),
/external/protobuf/python/google/protobuf/
Ddescriptor.py454 CPPTYPE_STRING = 9 variable in FieldDescriptor
472 TYPE_BYTES: CPPTYPE_STRING,
473 TYPE_STRING: CPPTYPE_STRING,
Djson_format.py186 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
549 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py74 if (field.cpp_type == _FieldDescriptor.CPPTYPE_STRING and
231 _FieldDescriptor.CPPTYPE_STRING: TypeCheckerWithDefault(b'', bytes),
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib.cc268 case FieldDescriptor::CPPTYPE_STRING: { in AppendFieldValueAppend()
517 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in AppendParseMessageFunction()
728 case FieldDescriptor::CPPTYPE_STRING: in GetAllFileDescriptorsFromMessage()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc428 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
485 case FieldDescriptor::CPPTYPE_STRING: in IsDefaultValueJavaDefault()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc664 case FieldDescriptor::CPPTYPE_STRING: in GPBGenericValueFieldName()
716 case FieldDescriptor::CPPTYPE_STRING: { in DefaultValue()
783 case FieldDescriptor::CPPTYPE_STRING: { in HasNonZeroDefaultValue()
/external/protobuf/src/google/protobuf/util/
Dfield_comparator.cc94 case FieldDescriptor::CPPTYPE_STRING: in Compare()
Dtype_resolver_util.cc229 case FieldDescriptor::CPPTYPE_STRING: in DefaultValueAsString()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc315 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()

12