Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1546 type MethodOptions struct { struct
1551 … `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
1552 …idempotencyLevel,enum=google.protobuf.MethodOptions_IdempotencyLevel,def=0" json:"idempotency_leve…
1554 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
1555 proto.XXX_InternalExtensions `json:"-"`
1556 XXX_unrecognized []byte `json:"-"`
1559 func (m *MethodOptions) Reset() { *m = MethodOptions{} }
1560 func (m *MethodOptions) String() string { return proto.CompactTextString(m) }
1561 func (*MethodOptions) ProtoMessage() {}
1562 func (*MethodOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} }
[all …]
/external/nanopb-c/generator/google/protobuf/
Ddescriptor_pb2.py1315 class MethodOptions(_message.Message): class
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto457 message MethodOptions { message
/external/ImageMagick/MagickCore/
Doption.c1402 MethodOptions[] = variable
/external/protobuf/src/google/protobuf/
Ddescriptor.proto594 message MethodOptions { message
Ddescriptor.h101 class MethodOptions; variable
Ddescriptor.pb.cc11786 MethodOptions::MethodOptions() in MethodOptions() function in google::protobuf::MethodOptions
11795 MethodOptions::MethodOptions(const MethodOptions& from) in MethodOptions() function in google::protobuf::MethodOptions
Ddescriptor.pb.h57 class MethodOptions; variable
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto611 message MethodOptions { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4149 internal sealed partial class MethodOptions : pb::IMessage<MethodOptions> { class
4161 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
4167 public MethodOptions(MethodOptions other) : this() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h268 enum class MethodOptions : uint16_t { enum