/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | OneofDescriptor.cs | 145 public T GetOption<T>(Extension<OneofOptions, T> extension) in GetOption() 155 public RepeatedField<T> GetOption<T>(RepeatedExtension<OneofOptions, T> extension) in GetOption()
|
H A D | Descriptor.cs | 7603 public sealed partial class OneofOptions : pb::IExtendableMessage<OneofOptions> class 7630 public OneofOptions() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions 7638 public OneofOptions(OneofOptions other) : this() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions 7805 public TValue GetExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in GetExtension() 7808 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<OneofOptions, TValue>… in GetExtension() 7811 …bc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<OneofOptions, TVa… in GetOrInitializeExtension() 7814 public void SetExtension<TValue>(pb::Extension<OneofOptions, TValue> extension, TValue value) { in SetExtension() 7817 public bool HasExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in HasExtension() 7820 public void ClearExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in ClearExtension() 7823 public void ClearExtension<TValue>(pb::RepeatedExtension<OneofOptions, TValue> extension) { in ClearExtension()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | OneofDescriptor.cs | 145 public T GetOption<T>(Extension<OneofOptions, T> extension) in GetOption() 155 public RepeatedField<T> GetOption<T>(RepeatedExtension<OneofOptions, T> extension) in GetOption()
|
H A D | Descriptor.cs | 7603 public sealed partial class OneofOptions : pb::IExtendableMessage<OneofOptions> class 7630 public OneofOptions() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions 7638 public OneofOptions(OneofOptions other) : this() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions 7805 public TValue GetExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in GetExtension() 7808 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<OneofOptions, TValue>… in GetExtension() 7811 …bc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<OneofOptions, TVa… in GetOrInitializeExtension() 7814 public void SetExtension<TValue>(pb::Extension<OneofOptions, TValue> extension, TValue value) { in SetExtension() 7817 public bool HasExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in HasExtension() 7820 public void ClearExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in ClearExtension() 7823 public void ClearExtension<TValue>(pb::RepeatedExtension<OneofOptions, TValue> extension) { in ClearExtension()
|
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/ |
H A D | descriptor.pb.go | 2241 type OneofOptions struct { struct 2242 state protoimpl.MessageState 2243 sizeCache protoimpl.SizeCache 2244 unknownFields protoimpl.UnknownFields 2245 extensionFields protoimpl.ExtensionFields 2248 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` 2251 func (x *OneofOptions) Reset() { 2260 func (x *OneofOptions) String() string { 2264 func (*OneofOptions) ProtoMessage() {} 2266 func (x *OneofOptions) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | OneofOptions.php | 16 class OneofOptions extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | OneofOptions.php | 16 class OneofOptions extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | descriptor.rs | 2977 pub fn get_options(&self) -> &OneofOptions { in get_options() 2989 pub fn set_options(&mut self, v: OneofOptions) { in set_options() 2995 pub fn mut_options(&mut self) -> &mut OneofOptions { in mut_options() 3003 pub fn take_options(&mut self) -> OneofOptions { in take_options() 6626 pub struct OneofOptions { struct 6636 impl<'a> ::std::default::Default for &'a OneofOptions { argument 6642 impl OneofOptions { impl 6673 impl crate::Message for OneofOptions { implementation 6774 impl crate::Clear for OneofOptions { implementation 6781 impl ::std::fmt::Debug for OneofOptions { implementation [all …]
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | descriptor.proto | 233 message OneofOptions { message
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | oneof_def.c | 40 const UPB_DESC(OneofOptions) * upb_OneofDef_Options(const upb_OneofDef* o) { in UPB_DESC() argument
|
H A D | def.hpp | 141 const UPB_DESC(OneofOptions) * options() const { in UPB_DESC() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | oneof_def.c | 61 const UPB_DESC(OneofOptions) * upb_OneofDef_Options(const upb_OneofDef* o) { in UPB_DESC() argument
|
D | def.hpp | 151 const UPB_DESC(OneofOptions) * options() const { in UPB_DESC() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | descriptor.rs | 5763 pub struct OneofOptions { struct 5769 // @@protoc_insertion_point(special_field:google.protobuf.OneofOptions.special_fields) argument 5773 impl<'a> ::std::default::Default for &'a OneofOptions { argument 5779 impl OneofOptions { impl 5800 impl crate::Message for OneofOptions { implementation 5873 impl crate::MessageFull for OneofOptions { implementation 5880 impl ::std::fmt::Display for OneofOptions { implementation 5886 impl crate::reflect::ProtobufValue for OneofOptions { implementation
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_lite_gen/gen/external/perfetto/protos/perfetto/common/ |
D | descriptor.pb.cc | 211 PROTOBUF_CONSTEXPR OneofOptions::OneofOptions( in OneofOptions() function in perfetto::protos::OneofOptions 4149 OneofOptions::OneofOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena, in OneofOptions() function in perfetto::protos::OneofOptions 4155 OneofOptions::OneofOptions(const OneofOptions& from) in OneofOptions() function in perfetto::protos::OneofOptions
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 548 message OneofOptions { message
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 638 message OneofOptions { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 628 message OneofOptions { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 609 message OneofOptions { message
|
D | descriptor_sv.proto | 611 message OneofOptions { message
|
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/ |
H A D | descriptor.proto | 589 message OneofOptions { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 638 message OneofOptions { message
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
H A D | descriptor.pb.h | 75 class OneofOptions; variable 2579 inline OneofOptions() : OneofOptions(nullptr) {} in OneofOptions() function 2584 OneofOptions(OneofOptions&& from) noexcept in OneofOptions() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_lite_gen_headers/gen/external/perfetto/protos/perfetto/common/ |
D | descriptor.pb.h | 75 class OneofOptions; variable 2579 inline OneofOptions() : OneofOptions(nullptr) {} in OneofOptions() function 2584 OneofOptions(OneofOptions&& from) noexcept in OneofOptions() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/ |
D | option_resolver.rs | 789 ) -> anyhow::Result<Option<protobuf::descriptor::OneofOptions>> { in oneof_options()
|