Home
last modified time | relevance | path

Searched defs:ExtensionRangeOptions (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DExtensionRangeOptions.php16 class ExtensionRangeOptions extends \Google\Protobuf\Internal\Message class
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go789 type ExtensionRangeOptions struct { struct
790 state protoimpl.MessageState
791 sizeCache protoimpl.SizeCache
792 unknownFields protoimpl.UnknownFields
793 extensionFields protoimpl.ExtensionFields
796 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
799 func (x *ExtensionRangeOptions) Reset() {
808 func (x *ExtensionRangeOptions) String() string {
812 func (*ExtensionRangeOptions) ProtoMessage() {}
814 func (x *ExtensionRangeOptions) ProtoReflect() protoreflect.Message {
[all …]
/external/golang-protobuf/internal/filedesc/
Dplaceholder.go102 func (m PlaceholderMessage) ExtensionRangeOptions(int) pref.ProtoMessage { panic("index out of rang… func
Ddesc.go190 ExtensionRangeOptions []func() pref.ProtoMessage // must be same length as ExtensionRanges member
238 func (md *Message) ExtensionRangeOptions(i int) pref.ProtoMessage { func
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1590 …internal sealed partial class ExtensionRangeOptions : pb::IExtendableMessage<ExtensionRangeOptions… class
1608 public ExtensionRangeOptions() { in ExtensionRangeOptions() method in Google.Protobuf.Reflection.ExtensionRangeOptions
1615 public ExtensionRangeOptions(ExtensionRangeOptions other) : this() { in ExtensionRangeOptions() method in Google.Protobuf.Reflection.ExtensionRangeOptions
1729 public TValue GetExtension<TValue>(pb::Extension<ExtensionRangeOptions, TValue> extension) { in GetExtension()
1732 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<ExtensionRangeOptions in GetExtension()
1735 …::RepeatedField<TValue> GetOrRegisterExtension<TValue>(pb::RepeatedExtension<ExtensionRangeOptions in GetOrRegisterExtension()
1738 …public void SetExtension<TValue>(pb::Extension<ExtensionRangeOptions, TValue> extension, TValue va… in SetExtension()
1741 public bool HasExtension<TValue>(pb::Extension<ExtensionRangeOptions, TValue> extension) { in HasExtension()
1744 public void ClearExtension<TValue>(pb::Extension<ExtensionRangeOptions, TValue> extension) { in ClearExtension()
1747 …public void ClearExtension<TValue>(pb::RepeatedExtension<ExtensionRangeOptions, TValue> extension)… in ClearExtension()
/external/protobuf/src/google/protobuf/
Ddescriptor.proto128 message ExtensionRangeOptions { message
Ddescriptor.h107 class ExtensionRangeOptions; variable
Ddescriptor.pb.cc4265 ExtensionRangeOptions::ExtensionRangeOptions() in ExtensionRangeOptions() function in ExtensionRangeOptions
4270 ExtensionRangeOptions::ExtensionRangeOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in ExtensionRangeOptions() function in ExtensionRangeOptions
4279 ExtensionRangeOptions::ExtensionRangeOptions(const ExtensionRangeOptions& from) in ExtensionRangeOptions() function in ExtensionRangeOptions
Ddescriptor.pb.h83 class ExtensionRangeOptions; variable
1514 ExtensionRangeOptions(ExtensionRangeOptions&& from) noexcept in ExtensionRangeOptions() function
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto127 message ExtensionRangeOptions { message
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto125 message ExtensionRangeOptions { message
Ddescriptor.proto124 message ExtensionRangeOptions { message
/external/golang-protobuf/reflect/protoreflect/
Dtype.go221 ExtensionRangeOptions(i int) ProtoMessage methodSpec
/external/rust/crates/protobuf/src/
Ddescriptor.rs1579 pub fn get_options(&self) -> &ExtensionRangeOptions { in get_options()
1591 pub fn set_options(&mut self, v: ExtensionRangeOptions) { in set_options()
1597 pub fn mut_options(&mut self) -> &mut ExtensionRangeOptions { in mut_options()
1605 pub fn take_options(&mut self) -> ExtensionRangeOptions { in take_options()
1968 pub struct ExtensionRangeOptions { struct
1978 impl<'a> ::std::default::Default for &'a ExtensionRangeOptions { implementation
1984 impl ExtensionRangeOptions { impl
2015 impl crate::Message for ExtensionRangeOptions { implementation
2116 impl crate::Clear for ExtensionRangeOptions { implementation
2123 impl ::std::fmt::Debug for ExtensionRangeOptions { implementation
[all …]