/external/protobuf/src/google/protobuf/ |
D | map_field.h | 381 if (type_ == FieldDescriptor::CPPTYPE_STRING) { 416 SetType(FieldDescriptor::CPPTYPE_STRING); 441 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, "MapKey::GetStringValue"); 458 case FieldDescriptor::CPPTYPE_STRING: 486 case FieldDescriptor::CPPTYPE_STRING: 512 case FieldDescriptor::CPPTYPE_STRING: 551 if (type_ == FieldDescriptor::CPPTYPE_STRING) { 555 if (type_ == FieldDescriptor::CPPTYPE_STRING) { 595 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, "MapValueRef::SetStringValue"); 632 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING, "MapValueRef::GetStringValue"); [all …]
|
D | dynamic_message.cc | 131 case FD::CPPTYPE_STRING: in FieldSpaceUsed() 161 case FD::CPPTYPE_STRING: in FieldSpaceUsed() 200 case FD::CPPTYPE_STRING: in OneofFieldSpaceUsed() 396 case FieldDescriptor::CPPTYPE_STRING: in SharedCtor() 489 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage() 529 case FieldDescriptor::CPPTYPE_STRING: in ~DynamicMessage() 549 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage() 839 case FieldDescriptor::CPPTYPE_STRING: in ConstructDefaultOneofInstance() 864 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in DeleteDefaultOneofInstance()
|
D | map_field.cc | 328 case FieldDescriptor::CPPTYPE_STRING: { in MergeFrom() 380 case FieldDescriptor::CPPTYPE_STRING: in SyncRepeatedFieldWithMapNoLock() 407 case FieldDescriptor::CPPTYPE_STRING: in SyncRepeatedFieldWithMapNoLock() 462 case FieldDescriptor::CPPTYPE_STRING: in SyncMapWithRepeatedFieldNoLock() 537 if (it->first.type() == FieldDescriptor::CPPTYPE_STRING) { in SpaceUsedExcludingSelfNoLock()
|
D | generated_message_reflection.cc | 272 case FieldDescriptor::CPPTYPE_STRING: in SpaceUsedLong() 313 case FieldDescriptor::CPPTYPE_STRING: { in SpaceUsedLong() 381 case FieldDescriptor::CPPTYPE_STRING: in SwapField() 446 case FieldDescriptor::CPPTYPE_STRING: in SwapField() 525 case FieldDescriptor::CPPTYPE_STRING: in SwapOneofField() 556 case FieldDescriptor::CPPTYPE_STRING: in SwapOneofField() 588 case FieldDescriptor::CPPTYPE_STRING: in SwapOneofField() 767 case FieldDescriptor::CPPTYPE_STRING: in FieldSize() 824 case FieldDescriptor::CPPTYPE_STRING: { in ClearField() 877 case FieldDescriptor::CPPTYPE_STRING: { in ClearField() [all …]
|
D | dynamic_message.h | 220 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() 1533 case WireFormatLite::CPPTYPE_STRING: in Clear() 1854 case WireFormatLite::CPPTYPE_STRING: in Free()
|
D | text_format.cc | 750 case FieldDescriptor::CPPTYPE_STRING: { in ConsumeFieldValue() 2057 case FieldDescriptor::CPPTYPE_STRING: { in operator ()() 2135 case FieldDescriptor::CPPTYPE_STRING: in CopyKey() 2176 case FieldDescriptor::CPPTYPE_STRING: in CopyValue() 2203 field->cpp_type() != FieldDescriptor::CPPTYPE_STRING && in PrintField() 2333 case FieldDescriptor::CPPTYPE_STRING: { in PrintFieldValue()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_field.cc | 163 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator() 174 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator() 185 case FieldDescriptor::CPPTYPE_STRING: in MakeGenerator()
|
D | cpp_extension.cc | 77 case FieldDescriptor::CPPTYPE_STRING: in ExtensionGenerator() 153 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
|
D | cpp_helpers.cc | 443 case FieldDescriptor::CPPTYPE_STRING: in EstimateAlignmentSize() 500 case FieldDescriptor::CPPTYPE_STRING: in PrimitiveTypeName() 532 case FieldDescriptor::CPPTYPE_STRING: in PrimitiveTypeName() 676 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue() 822 return field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in IsStringPieceField() 845 return field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in IsCordField() 932 case FieldDescriptor::CPPTYPE_STRING: in IsStringOrMessage() 943 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()
|
/external/rust/crates/grpcio-sys/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 | message_layout.cc | 45 case protobuf::FieldDescriptor::CPPTYPE_STRING: in SizeOfUnwrapped() 88 case protobuf::FieldDescriptor::CPPTYPE_STRING: in FieldLayoutRank()
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 75 if (field.cpp_type == _FieldDescriptor.CPPTYPE_STRING and 279 _FieldDescriptor.CPPTYPE_STRING: TypeCheckerWithDefault(b'', bytes),
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 157 case FieldDescriptor::CPPTYPE_STRING: { in PythonToMapKey() 187 case FieldDescriptor::CPPTYPE_STRING: in MapKeyToPython() 216 case FieldDescriptor::CPPTYPE_STRING: in MapValueRefToPython() 270 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()
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 217 case FieldDescriptor::CPPTYPE_STRING: { in ConvertOptionField() 343 case FieldDescriptor::CPPTYPE_STRING: in DefaultValueAsString()
|
D | field_comparator.cc | 90 case FieldDescriptor::CPPTYPE_STRING: in Compare()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 481 CPPTYPE_STRING = 9 variable in FieldDescriptor 499 TYPE_BYTES: CPPTYPE_STRING, 500 TYPE_STRING: CPPTYPE_STRING,
|
D | json_format.py | 286 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING: 707 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | gen_proto_text_functions_lib.cc | 268 case FieldDescriptor::CPPTYPE_STRING: { in AppendFieldValueAppend() 522 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in AppendParseMessageFunction() 739 case FieldDescriptor::CPPTYPE_STRING: in GetAllFileDescriptorsFromMessage()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 315 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 542 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue() 600 case FieldDescriptor::CPPTYPE_STRING: in IsDefaultValueJavaDefault()
|
/external/perfetto/src/trace_processor/util/ |
D | proto_to_json.cc | 68 case FieldDescriptor::CppType::CPPTYPE_STRING: in FieldToJson()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 775 case FieldDescriptor::CPPTYPE_STRING: in GPBGenericValueFieldName() 827 case FieldDescriptor::CPPTYPE_STRING: { in DefaultValue() 894 case FieldDescriptor::CPPTYPE_STRING: { in HasNonZeroDefaultValue()
|