Home
last modified time | relevance | path

Searched defs:MethodOptions (Results 1 – 25 of 204) sorted by relevance

123456789

/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go2515 type MethodOptions struct { struct
2516 state protoimpl.MessageState
2517 sizeCache protoimpl.SizeCache
2518 unknownFields protoimpl.UnknownFields
2519 extensionFields protoimpl.ExtensionFields
2525 … `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
2526 …idempotencyLevel,enum=google.protobuf.MethodOptions_IdempotencyLevel,def=0" json:"idempotency_leve…
2528 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
2537 func (x *MethodOptions) Reset() {
2546 func (x *MethodOptions) String() string {
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs91 public T GetOption<T>(Extension<MethodOptions, T> extension) in GetOption()
101 public RepeatedField<T> GetOption<T>(RepeatedExtension<MethodOptions, T> extension) in GetOption()
H A DDescriptor.cs8743 public sealed partial class MethodOptions : pb::IExtendableMessage<MethodOptions> class
8771 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
8779 public MethodOptions(MethodOptions other) : this() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
9057 public TValue GetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in GetExtension()
9060 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue… in GetExtension()
9063 …bc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<MethodOptions, TV… in GetOrInitializeExtension()
9066 public void SetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension, TValue value) { in SetExtension()
9069 public bool HasExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in HasExtension()
9072 public void ClearExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in ClearExtension()
9075 public void ClearExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue> extension) { in ClearExtension()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs91 public T GetOption<T>(Extension<MethodOptions, T> extension) in GetOption()
101 public RepeatedField<T> GetOption<T>(RepeatedExtension<MethodOptions, T> extension) in GetOption()
H A DDescriptor.cs8743 public sealed partial class MethodOptions : pb::IExtendableMessage<MethodOptions> class
8771 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
8779 public MethodOptions(MethodOptions other) : this() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
9057 public TValue GetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in GetExtension()
9060 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue… in GetExtension()
9063 …bc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<MethodOptions, TV… in GetOrInitializeExtension()
9066 public void SetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension, TValue value) { in SetExtension()
9069 public bool HasExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in HasExtension()
9072 public void ClearExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in ClearExtension()
9075 public void ClearExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue> extension) { in ClearExtension()
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dmethod.go18 MethodOptions = "OPTIONS" const
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMethodOptions.php16 class MethodOptions extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DMethodOptions.php16 class MethodOptions extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs4394 pub fn get_options(&self) -> &MethodOptions { in get_options()
4406 pub fn set_options(&mut self, v: MethodOptions) { in set_options()
4412 pub fn mut_options(&mut self) -> &mut MethodOptions { in mut_options()
4420 pub fn take_options(&mut self) -> MethodOptions { in take_options()
7458 pub struct MethodOptions { struct
7461 idempotency_level: ::std::option::Option<MethodOptions_IdempotencyLevel>, argument
7470 impl<'a> ::std::default::Default for &'a MethodOptions { argument
7476 impl MethodOptions { impl
7545 impl crate::Message for MethodOptions { implementation
7678 impl crate::Clear for MethodOptions { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Dmethod_def.c55 const UPB_DESC(MethodOptions) * upb_MethodDef_Options(const upb_MethodDef* m) { in UPB_DESC() argument
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Dmethod_def.c37 const UPB_DESC(MethodOptions) * upb_MethodDef_Options(const upb_MethodDef* m) { in UPB_DESC() argument
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Ddescriptor.rs6441 pub struct MethodOptions { struct
6449 // @@protoc_insertion_point(field:google.protobuf.MethodOptions.idempotency_level) argument
6452 // @@protoc_insertion_point(field:google.protobuf.MethodOptions.uninterpreted_option) argument
6455 // @@protoc_insertion_point(special_field:google.protobuf.MethodOptions.special_fields) argument
6459 impl<'a> ::std::default::Default for &'a MethodOptions { argument
6465 impl MethodOptions { impl
6537 impl crate::Message for MethodOptions { implementation
6632 impl crate::MessageFull for MethodOptions { implementation
6639 impl ::std::fmt::Display for MethodOptions { implementation
6645 impl crate::reflect::ProtobufValue for MethodOptions { implementation
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto545 message MethodOptions { message
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto611 message MethodOptions { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto701 message MethodOptions { message
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto691 message MethodOptions { message
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto670 message MethodOptions { message
Ddescriptor_sv.proto672 message MethodOptions { message
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/
H A Ddescriptor.proto652 message MethodOptions { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.proto701 message MethodOptions { message
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp111 std::string MethodOptions = getFlagNames( in getMemberAttributes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp133 std::string MethodOptions = in getMemberAttributes() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs812 ) -> anyhow::Result<Option<protobuf::descriptor::MethodOptions>> { in service_method_options()
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h268 enum class MethodOptions : uint16_t { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h279 enum class MethodOptions : uint16_t { enum

123456789