| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| 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()
|
| 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()
|
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| 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()
|
| 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()
|
| /external/protobuf/php/src/Google/Protobuf/Internal/ |
| D | OneofOptions.php | 16 class OneofOptions extends \Google\Protobuf\Internal\Message class
|
| /external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | OneofOptions.php | 16 class OneofOptions extends \Google\Protobuf\Internal\Message class
|
| /external/golang-protobuf/types/descriptorpb/ |
| 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 …]
|
| /external/perfetto/protos/perfetto/common/ |
| D | descriptor.proto | 202 message OneofOptions { message
|
| /external/nos/host/generic/nugget/proto/google/protobuf/ |
| D | descriptor.proto | 548 message OneofOptions { message
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
| D | descriptor_sv.proto | 611 message OneofOptions { message
|
| D | descriptor.proto | 622 message OneofOptions { message
|
| /external/cronet/third_party/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 638 message OneofOptions { message
|
| D | descriptor.h | 111 class OneofOptions; variable
|
| D | descriptor.pb.cc | 300 PROTOBUF_CONSTEXPR OneofOptions::OneofOptions( in OneofOptions() function in OneofOptions 7803 OneofOptions::OneofOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena, in OneofOptions() function in OneofOptions 7811 OneofOptions::OneofOptions(const OneofOptions& from) in OneofOptions() function in OneofOptions
|
| D | descriptor.pb.h | 109 class OneofOptions; variable 5278 inline OneofOptions() : OneofOptions(nullptr) {} in OneofOptions() function 5283 OneofOptions(OneofOptions&& from) noexcept in OneofOptions() function
|
| /external/rust/crates/protobuf-parse/src/proto/google/protobuf/ |
| D | descriptor.proto | 628 message OneofOptions { message
|
| /external/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 638 message OneofOptions { message
|
| D | descriptor.h | 111 class OneofOptions; variable
|
| D | descriptor.pb.cc | 329 PROTOBUF_CONSTEXPR OneofOptions::OneofOptions( in OneofOptions() function in OneofOptions 8081 OneofOptions::OneofOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena, in OneofOptions() function in OneofOptions 8087 OneofOptions::OneofOptions(const OneofOptions& from) in OneofOptions() function in OneofOptions
|
| D | descriptor.pb.h | 109 class OneofOptions; variable 5358 inline OneofOptions() : OneofOptions(nullptr) {} in OneofOptions() function 5363 OneofOptions(OneofOptions&& from) noexcept in OneofOptions() function
|
| /external/nanopb-c/generator/proto/google/protobuf/ |
| D | descriptor.proto | 589 message OneofOptions { message
|
| /external/rust/crates/protobuf/2.27.1/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 …]
|
| /external/rust/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 { implementation 5779 impl OneofOptions { implementation 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
|
| /external/rust/crates/protobuf-parse/src/pure/convert/ |
| D | option_resolver.rs | 789 ) -> anyhow::Result<Option<protobuf::descriptor::OneofOptions>> { in oneof_options()
|
| /external/perfetto/protos/perfetto/trace/ |
| D | perfetto_trace.proto | 4576 message OneofOptions { message
|