/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | MethodOptions.php | 16 class MethodOptions extends \Google\Protobuf\Internal\Message class
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 2121 type MethodOptions struct { struct 2126 … `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"` 2127 …idempotencyLevel,enum=google.protobuf.MethodOptions_IdempotencyLevel,def=0" json:"idempotency_leve… 2129 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` 2130 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2131 proto.XXX_InternalExtensions `json:"-"` 2132 XXX_unrecognized []byte `json:"-"` 2133 XXX_sizecache int32 `json:"-"` 2136 func (m *MethodOptions) Reset() { *m = MethodOptions{} } 2137 func (m *MethodOptions) String() string { return proto.CompactTextString(m) } [all …]
|
D | descriptor.proto | 665 message MethodOptions { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 457 message MethodOptions { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 457 message MethodOptions { message
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 457 message MethodOptions { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 6648 internal sealed partial class MethodOptions : pb::IExtendableMessage<MethodOptions> { class 6667 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions 6674 public MethodOptions(MethodOptions other) : this() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions 6877 public TValue GetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in GetExtension() 6880 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue… in GetExtension() 6883 … pbc::RepeatedField<TValue> GetOrRegisterExtension<TValue>(pb::RepeatedExtension<MethodOptions, TV… in GetOrRegisterExtension() 6886 public void SetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension, TValue value) { in SetExtension() 6889 public bool HasExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in HasExtension() 6892 public void ClearExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in ClearExtension() 6895 public void ClearExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue> extension) { in ClearExtension()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 545 message MethodOptions { message
|
/external/ImageMagick/MagickCore/ |
D | option.c | 1772 MethodOptions[] = variable
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 611 message MethodOptions { message
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 4394 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 { implementation 7476 impl MethodOptions { implementation 7545 impl crate::Message for MethodOptions { implementation 7678 impl crate::Clear for MethodOptions { implementation [all …]
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 652 message MethodOptions { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 665 message MethodOptions { message
|
D | descriptor.h | 109 class MethodOptions; variable
|
D | descriptor.pb.cc | 12295 MethodOptions::MethodOptions() in MethodOptions() function in MethodOptions 12300 MethodOptions::MethodOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in MethodOptions() function in MethodOptions 12309 MethodOptions::MethodOptions(const MethodOptions& from) in MethodOptions() function in MethodOptions
|
D | descriptor.pb.h | 113 class MethodOptions; variable 5065 MethodOptions(MethodOptions&& from) noexcept in MethodOptions() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 685 message MethodOptions { message
|
D | descriptor_sv.proto | 672 message MethodOptions { message
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 111 std::string MethodOptions = getFlagNames( in getMemberAttributes() local
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 111 std::string MethodOptions = getFlagNames( in getMemberAttributes() local
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 268 enum class MethodOptions : uint16_t { enum
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 279 enum class MethodOptions : uint16_t { enum
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 279 enum class MethodOptions : uint16_t { enum
|