/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
|
D | cpp_message.cc | 175 case FieldDescriptor::CPPTYPE_STRING: in EstimateAlignmentSize() 300 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in EmitFieldNonDefaultCondition() 1121 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateClassDefinition() 1527 (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in GenerateDescriptorDeclarations() 2488 field->cpp_type() == FieldDescriptor::CPPTYPE_STRING; in GenerateClear()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | dynamic_message.cc | 129 case FD::CPPTYPE_STRING: in FieldSpaceUsed() 151 case FD::CPPTYPE_STRING: in FieldSpaceUsed() 182 case FD::CPPTYPE_STRING: in OneofFieldSpaceUsed() 379 case FieldDescriptor::CPPTYPE_STRING: in SharedCtor() 448 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage() 489 case FieldDescriptor::CPPTYPE_STRING: in ~DynamicMessage() 509 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage() 835 case FieldDescriptor::CPPTYPE_STRING: in ConstructDefaultOneofInstance() 861 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 | message.cc | 224 FieldDescriptor::CPPTYPE_STRING, FieldOptions::STRING, NULL); in MutableRawRepeatedString() 442 case FieldDescriptor::CPPTYPE_STRING: in RepeatedFieldAccessor()
|
D | extension_set.cc | 393 case WireFormatLite::CPPTYPE_STRING: in MutableRawRepeatedField() 500 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in MutableString() 529 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); in AddString() 801 case WireFormatLite::CPPTYPE_STRING: in RemoveLast() 852 case WireFormatLite::CPPTYPE_STRING: in SwapElements() 957 case WireFormatLite::CPPTYPE_STRING: in InternalExtensionMergeFrom() 1407 case WireFormatLite::CPPTYPE_STRING: in Clear() 1730 case WireFormatLite::CPPTYPE_STRING: in Free()
|
D | wire_format_lite.cc | 86 CPPTYPE_STRING, // TYPE_STRING 89 CPPTYPE_STRING, // TYPE_BYTES
|
D | text_format.cc | 678 case FieldDescriptor::CPPTYPE_STRING: { in ConsumeFieldValue() 1661 case FieldDescriptor::CPPTYPE_STRING: { in operator ()() 1682 field->cpp_type() != FieldDescriptor::CPPTYPE_STRING && in PrintField() 1814 case FieldDescriptor::CPPTYPE_STRING: { in PrintFieldValue()
|
D | wire_format_lite.h | 128 CPPTYPE_STRING = 9, enumerator
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | map_container.cc | 160 case FieldDescriptor::CPPTYPE_STRING: { in PythonToMapKey() 190 case FieldDescriptor::CPPTYPE_STRING: in MapKeyToPython() 219 case FieldDescriptor::CPPTYPE_STRING: in MapValueRefToPython() 273 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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | type_checkers.py | 74 if (field.cpp_type == _FieldDescriptor.CPPTYPE_STRING and 231 _FieldDescriptor.CPPTYPE_STRING: TypeCheckerWithDefault(b'', bytes),
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 | 200 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING: 564 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 442 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue() 500 case FieldDescriptor::CPPTYPE_STRING: in IsDefaultValueJavaDefault()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 684 case FieldDescriptor::CPPTYPE_STRING: in GPBGenericValueFieldName() 736 case FieldDescriptor::CPPTYPE_STRING: { in DefaultValue() 803 case FieldDescriptor::CPPTYPE_STRING: { in HasNonZeroDefaultValue()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 455 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
|
D | javanano_primitive_field.cc | 186 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in SetPrimitiveVariables()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 796 case FieldDescriptor::CPPTYPE_STRING: in JSFieldDefault() 901 case FieldDescriptor::CPPTYPE_STRING: in JSTypeName() 1290 case FieldDescriptor::CPPTYPE_STRING: // includes BYTES in Proto3PrimitiveFieldDefault() 2811 case FieldDescriptor::CPPTYPE_STRING: in GenerateClassSerializeBinaryField()
|