Home
last modified time | relevance | path

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

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
Dcpp_message.cc175 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/
Ddynamic_message.cc129 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()
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()
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 …]
Dmessage.cc224 FieldDescriptor::CPPTYPE_STRING, FieldOptions::STRING, NULL); in MutableRawRepeatedString()
442 case FieldDescriptor::CPPTYPE_STRING: in RepeatedFieldAccessor()
Dextension_set.cc393 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()
Dwire_format_lite.cc86 CPPTYPE_STRING, // TYPE_STRING
89 CPPTYPE_STRING, // TYPE_BYTES
Dtext_format.cc678 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()
Dwire_format_lite.h128 CPPTYPE_STRING = 9, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc160 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()
Drepeated_scalar_container.cc152 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/
Dtype_checkers.py74 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/
Ddescriptor.py454 CPPTYPE_STRING = 9 variable in FieldDescriptor
472 TYPE_BYTES: CPPTYPE_STRING,
473 TYPE_STRING: CPPTYPE_STRING,
Djson_format.py200 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/
Dfield_comparator.cc94 case FieldDescriptor::CPPTYPE_STRING: in Compare()
Dtype_resolver_util.cc229 case FieldDescriptor::CPPTYPE_STRING: in DefaultValueAsString()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc442 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/
Dobjectivec_helpers.cc684 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/
Djavanano_helpers.cc455 case FieldDescriptor::CPPTYPE_STRING: in DefaultValue()
Djavanano_primitive_field.cc186 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_STRING && in SetPrimitiveVariables()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.cc796 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()

12