Home
last modified time | relevance | path

Searched refs:OneofDescriptorProto (Results 1 - 16 of 16) sorted by relevance

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyOneofDescriptor.java39 builder = DescriptorProtos.OneofDescriptorProto.newBuilder(); in initialize()
105 public DescriptorProtos.OneofDescriptorProto build(int index) { in build()
122 private DescriptorProtos.OneofDescriptorProto.Builder builder;
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DOneofDescriptor.cs48 private readonly OneofDescriptorProto proto;
53 internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, string clrName) in OneofDescriptor()
H A DDescriptor.cs171 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.OneofDescriptorProto), global::Google.Protobuf.Reflection.OneofDescriptorProto.Parser, new[]{ "Name", "Options" }, null, null, null, null), in DescriptorReflection()
1064 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.OneofDescriptorProto> _repeated_oneofDecl_codec
1065 = pb::FieldCodec.ForMessage(66, global::Google.Protobuf.Reflection.OneofDescriptorProto.Parser);
1066 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.OneofDescriptorProto> oneofDecl_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.OneofDescriptorProto>();
1068 public pbc::RepeatedField<global::Google.Protobuf.Reflection.OneofDescriptorProto> OneofDecl {
2921 public sealed partial class OneofDescriptorProto : pb::IMessage<OneofDescriptorProto> class
2926 private static readonly pb::MessageParser<OneofDescriptorProto> _parse
2942 public OneofDescriptorProto() { OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
2949 public OneofDescriptorProto(OneofDescriptorProto other) : this() { OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h116 class OneofDescriptorProto;
161 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::OneofDescriptorProto>(Arena*);
1452 // repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
1458 PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* mutable_oneof_decl(int index);
1459 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto >*
1462 const PROTOBUF_NAMESPACE_ID::OneofDescriptorProto& _internal_oneof_decl(int index) const;
1463 PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* _internal_add_oneof_decl();
1465 const PROTOBUF_NAMESPACE_ID::OneofDescriptorProto& oneof_decl(int index) const;
1466 PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* add_oneof_dec
2165 inline OneofDescriptorProto() : OneofDescriptorProto(nullptr) {} OneofDescriptorProto() function in PROTOBUF_FINAL
2170 : OneofDescriptorProto() { OneofDescriptorProto() function in PROTOBUF_FINAL
[all...]
H A Ddescriptor.pb.cc73 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<OneofDescriptorProto> _instance;
451 new (ptr) PROTOBUF_NAMESPACE_ID::OneofDescriptorProto(); in InitDefaultsscc_info_OneofDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto()
454 PROTOBUF_NAMESPACE_ID::OneofDescriptorProto::InitAsDefaultInstance(); in InitDefaultsscc_info_OneofDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto()
683 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto, _has_bits_),
684 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto, _internal_metadata_),
688 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto, name_),
689 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto, options_),
959 { 113, 120, sizeof(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto)},
1036 "gle.protobuf.OneofDescriptorProto\0220\n\007opt"
1065 "T\n\024OneofDescriptorProto\02
4237 OneofDescriptorProto::OneofDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena) OneofDescriptorProto() function in OneofDescriptorProto
4243 OneofDescriptorProto::OneofDescriptorProto(const OneofDescriptorProto& from) OneofDescriptorProto() function in OneofDescriptorProto
[all...]
H A Ddescriptor.h98 class OneofDescriptorProto;
932 typedef OneofDescriptorProto Proto;
958 void CopyTo(OneofDescriptorProto* proto) const;
H A Ddescriptor.cc2198 void OneofDescriptor::CopyTo(OneofDescriptorProto* proto) const { in CopyTo()
3336 void BuildOneof(const OneofDescriptorProto& proto, Descriptor* parent,
5098 void DescriptorBuilder::BuildOneof(const OneofDescriptorProto& proto, in BuildOneof()
5118 OneofDescriptorProto::kOptionsFieldNumber, in BuildOneof()
H A Ddescriptor_unittest.cc7434 OneofDescriptorProto::kOptionsFieldNumber, kCustomOptionFieldNumber}; in TEST_F()
7439 OneofDescriptorProto::kOptionsFieldNumber, in TEST_F()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptorProto.php16 * Generated from protobuf message <code>google.protobuf.OneofDescriptorProto</code>
18 class OneofDescriptorProto extends \Google\Protobuf\Internal\Message class
H A DDescriptorProto.php45 * Generated from protobuf field <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
76 * @type \Google\Protobuf\Internal\OneofDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $oneof_decl
232 * Generated from protobuf field <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
241 * Generated from protobuf field <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
242 * @param \Google\Protobuf\Internal\OneofDescriptorProto[]|\Google\Protobuf\Internal\RepeatedField $var
247 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\OneofDescriptorProto::class);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java47 import com.google.protobuf.DescriptorProtos.OneofDescriptorProto;
2700 public OneofDescriptorProto toProto() { in toProto()
2704 private void setProto(final OneofDescriptorProto proto) { in setProto()
2709 final OneofDescriptorProto proto, in OneofDescriptor()
2724 private OneofDescriptorProto proto;
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h411 bool ParseOneof(OneofDescriptorProto* oneof_decl,
H A Dparser.cc801 OneofDescriptorProto* oneof = message->add_oneof_decl(); in ParseMessageDefinition()
1902 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof()
1911 OneofDescriptorProto::kNameFieldNumber); in ParseOneof()
1925 oneof_location, OneofDescriptorProto::kOptionsFieldNumber); in ParseOneof()
H A Dparser_unittest.cc3022 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); in TEST_F()
3611 const OneofDescriptorProto& bar = foo.oneof_decl(0); in TEST_F()
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js4 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;
483 ? object.oneofDecl.map((e) => exports.OneofDescriptorProto.fromJSON(e))
526 obj.oneofDecl = message.oneofDecl.map((e) => e ? exports.OneofDescriptorProto.toJSON(e) : undefined);
654 exports.OneofDescriptorProto = {
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php43 ->repeated('oneof_decl', \Google\Protobuf\Internal\GPBType::MESSAGE, 8, 'google.protobuf.internal.OneofDescriptorProto')
105 $pool->addMessage('google.protobuf.internal.OneofDescriptorProto', \Google\Protobuf\Internal\OneofDescriptorProto::class)

Completed in 75 milliseconds