Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DOneofOptions.php16 class OneofOptions extends \Google\Protobuf\Internal\Message class
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1873 type OneofOptions struct { struct
1875 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
1876 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1877 proto.XXX_InternalExtensions `json:"-"`
1878 XXX_unrecognized []byte `json:"-"`
1879 XXX_sizecache int32 `json:"-"`
1882 func (m *OneofOptions) Reset() { *m = OneofOptions{} }
1883 func (m *OneofOptions) String() string { return proto.CompactTextString(m) }
1884 func (*OneofOptions) ProtoMessage() {}
1885 func (*OneofOptions) Descriptor() ([]byte, []int) {
[all …]
Ddescriptor.proto602 message OneofOptions { message
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto193 message OneofOptions { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5804 internal sealed partial class OneofOptions : pb::IExtendableMessage<OneofOptions> { class
5822 public OneofOptions() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions
5829 public OneofOptions(OneofOptions other) : this() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions
5943 public TValue GetExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in GetExtension()
5946 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<OneofOptions, TValue>… in GetExtension()
5949 … pbc::RepeatedField<TValue> GetOrRegisterExtension<TValue>(pb::RepeatedExtension<OneofOptions, TVa… in GetOrRegisterExtension()
5952 public void SetExtension<TValue>(pb::Extension<OneofOptions, TValue> extension, TValue value) { in SetExtension()
5955 public bool HasExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in HasExtension()
5958 public void ClearExtension<TValue>(pb::Extension<OneofOptions, TValue> extension) { in ClearExtension()
5961 public void ClearExtension<TValue>(pb::RepeatedExtension<OneofOptions, TValue> extension) { in ClearExtension()
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto548 message OneofOptions { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto589 message OneofOptions { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto602 message OneofOptions { message
Ddescriptor.h104 class OneofOptions; variable
Ddescriptor.pb.cc10833 OneofOptions::OneofOptions() in OneofOptions() function in OneofOptions
10838 OneofOptions::OneofOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in OneofOptions() function in OneofOptions
10847 OneofOptions::OneofOptions(const OneofOptions& from) in OneofOptions() function in OneofOptions
Ddescriptor.pb.h119 class OneofOptions; variable
4349 OneofOptions(OneofOptions&& from) noexcept in OneofOptions() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto622 message OneofOptions { message
Ddescriptor_sv.proto611 message OneofOptions { message
/external/rust/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 { implementation
6673 impl crate::Message for OneofOptions { implementation
6774 impl crate::Clear for OneofOptions { implementation
6781 impl ::std::fmt::Debug for OneofOptions { implementation
[all …]
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2804 message OneofOptions { message