Searched refs:UninterpretedOption_NamePart (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | UninterpretedOption_NamePart.php | 12 class UninterpretedOption_NamePart {} class 15 @trigger_error('Google\Protobuf\Internal\UninterpretedOption_NamePart is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\UninterpretedOption\NamePart instead', E_USER_DEPRECATED);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption/ |
H A D | NamePart.php | 115 class_alias(NamePart::class, \Google\Protobuf\Internal\UninterpretedOption_NamePart::class);
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 137 class UninterpretedOption_NamePart; 168 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart>(Arena*); 5376 class PROTOBUF_EXPORT UninterpretedOption_NamePart PROTOBUF_FINAL : 5379 inline UninterpretedOption_NamePart() : UninterpretedOption_NamePart(nullptr) {} in UninterpretedOption_NamePart() function in PROTOBUF_FINAL 5380 virtual ~UninterpretedOption_NamePart(); 5382 UninterpretedOption_NamePart(const UninterpretedOption_NamePart& from); 5383 UninterpretedOption_NamePart(UninterpretedOption_NamePar 5384 : UninterpretedOption_NamePart() { UninterpretedOption_NamePart() function in PROTOBUF_FINAL [all...] |
H A D | descriptor.pb.cc | 129 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<UninterpretedOption_NamePart> _instance; 556 new (ptr) PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart(); in InitDefaultsscc_info_UninterpretedOption_NamePart_google_2fprotobuf_2fdescriptor_2eproto() 559 PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart::InitAsDefaultInstance(); in InitDefaultsscc_info_UninterpretedOption_NamePart_google_2fprotobuf_2fdescriptor_2eproto() 882 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart, _has_bits_), 883 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart, _internal_metadata_), 887 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart, name_part_), 888 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart, is_extension_), 973 { 312, 319, sizeof(PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart)}, 9337 void UninterpretedOption_NamePart::InitAsDefaultInstance() { in InitAsDefaultInstance() 9339 class UninterpretedOption_NamePart in InitAsDefaultInstance() 9353 UninterpretedOption_NamePart::UninterpretedOption_NamePart(::PROTOBUF_NAMESPACE_ID::Arena* arena) UninterpretedOption_NamePart() function in UninterpretedOption_NamePart 9359 UninterpretedOption_NamePart::UninterpretedOption_NamePart(const UninterpretedOption_NamePart& from) UninterpretedOption_NamePart() function in UninterpretedOption_NamePart [all...] |
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | descriptor.js | 4 exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto = exports.OneofDescriptorProto = exports.FieldDescriptorProto = exports.ExtensionRangeOptions = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.methodOptions_IdempotencyLevelToJSON = exports.methodOptions_IdempotencyLevelFromJSON = exports.MethodOptions_IdempotencyLevel = exports.fieldOptions_JSTypeToJSON = exports.fieldOptions_JSTypeFromJSON = exports.FieldOptions_JSType = exports.fieldOptions_CTypeToJSON = exports.fieldOptions_CTypeFromJSON = exports.FieldOptions_CType = exports.fileOptions_OptimizeModeToJSON = exports.fileOptions_OptimizeModeFromJSON = exports.FileOptions_OptimizeMode = exports.fieldDescriptorProto_LabelToJSON = exports.fieldDescriptorProto_LabelFromJSON = exports.FieldDescriptorProto_Label = exports.fieldDescriptorProto_TypeToJSON = exports.fieldDescriptorProto_TypeFromJSON = exports.FieldDescriptorProto_Type = void 0; 1112 name: Array.isArray(object?.name) ? object.name.map((e) => exports.UninterpretedOption_NamePart.fromJSON(e)) : [], 1124 obj.name = message.name.map((e) => e ? exports.UninterpretedOption_NamePart.toJSON(e) : undefined); 1142 exports.UninterpretedOption_NamePart = {
|
Completed in 33 milliseconds