Home
last modified time | relevance | path

Searched defs:OneofOptions (Results 1 – 25 of 222) sorted by relevance

123456789

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DOneofDescriptor.cs145 public T GetOption<T>(Extension<OneofOptions, T> extension) in GetOption()
155 public RepeatedField<T> GetOption<T>(RepeatedExtension<OneofOptions, T> extension) in GetOption()
H A DDescriptor.cs7603 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 DOneofDescriptor.cs145 public T GetOption<T>(Extension<OneofOptions, T> extension) in GetOption()
155 public RepeatedField<T> GetOption<T>(RepeatedExtension<OneofOptions, T> extension) in GetOption()
H A DDescriptor.cs7603 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 Ddescriptor.pb.go2241 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 DOneofOptions.php16 class OneofOptions extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofOptions.php16 class OneofOptions extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs2977 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 Ddescriptor.proto233 message OneofOptions { message
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Doneof_def.c40 const UPB_DESC(OneofOptions) * upb_OneofDef_Options(const upb_OneofDef* o) { in UPB_DESC() argument
H A Ddef.hpp141 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/
Doneof_def.c61 const UPB_DESC(OneofOptions) * upb_OneofDef_Options(const upb_OneofDef* o) { in UPB_DESC() argument
Ddef.hpp151 const UPB_DESC(OneofOptions) * options() const { in UPB_DESC() argument
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Ddescriptor.rs5763 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/
Ddescriptor.pb.cc211 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/
Ddescriptor.proto548 message OneofOptions { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto638 message OneofOptions { message
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto628 message OneofOptions { message
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto609 message OneofOptions { message
Ddescriptor_sv.proto611 message OneofOptions { message
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/
H A Ddescriptor.proto589 message OneofOptions { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.proto638 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 Ddescriptor.pb.h75 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/
Ddescriptor.pb.h75 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/
Doption_resolver.rs789 ) -> anyhow::Result<Option<protobuf::descriptor::OneofOptions>> { in oneof_options()

123456789