/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_field.cc | 145 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator() 160 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator() 175 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
|
D | cpp_helpers.cc | 224 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()
|
D | cpp_extension.cc | 76 case FieldDescriptor::CPPTYPE_STRING: in ExtensionGenerator() 141 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 130 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()
|
D | map_field.cc | 286 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()
|
D | generated_message_reflection.cc | 311 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 …]
|
D | map.h | 106 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 …]
|
D | extension_set.cc | 392 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()
|
D | message.cc | 226 FieldDescriptor::CPPTYPE_STRING, FieldOptions::STRING, NULL); in MutableRawRepeatedString() 444 case FieldDescriptor::CPPTYPE_STRING: in RepeatedFieldAccessor()
|
D | wire_format_lite.cc | 86 CPPTYPE_STRING, // TYPE_STRING 89 CPPTYPE_STRING, // TYPE_BYTES
|
D | text_format.cc | 676 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()
|
D | repeated_field_reflection.h | 301 FieldDescriptor::CPPTYPE_STRING;
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 394 CPPTYPE_STRING = 9 variable in FieldDescriptor 412 TYPE_BYTES: CPPTYPE_STRING, 413 TYPE_STRING: CPPTYPE_STRING,
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 161 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()
|
D | repeated_scalar_container.cc | 152 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/ |
D | type_checkers.py | 67 if (cpp_type == _FieldDescriptor.CPPTYPE_STRING and 165 _FieldDescriptor.CPPTYPE_STRING: TypeChecker(str),
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 74 if (field.cpp_type == _FieldDescriptor.CPPTYPE_STRING and 231 _FieldDescriptor.CPPTYPE_STRING: TypeCheckerWithDefault(b'', bytes),
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 454 CPPTYPE_STRING = 9 variable in FieldDescriptor 472 TYPE_BYTES: CPPTYPE_STRING, 473 TYPE_STRING: CPPTYPE_STRING,
|
D | json_format.py | 186 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING: 549 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
|
/external/protobuf/src/google/protobuf/util/ |
D | field_comparator.cc | 94 case FieldDescriptor::CPPTYPE_STRING: in Compare()
|
D | type_resolver_util.cc | 229 case FieldDescriptor::CPPTYPE_STRING: in DefaultValueAsString()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 428 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue() 485 case FieldDescriptor::CPPTYPE_STRING: in IsDefaultValueJavaDefault()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 664 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/compiler/javamicro/ |
D | javamicro_helpers.cc | 315 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 455 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
|