Searched defs:MethodOptions (Results 1 – 11 of 11) sorted by relevance
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1546 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/ |
D | descriptor_pb2.py | 1315 class MethodOptions(_message.Message): class
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 457 message MethodOptions { message
|
/external/ImageMagick/MagickCore/ |
D | option.c | 1402 MethodOptions[] = variable
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 594 message MethodOptions { message
|
D | descriptor.h | 101 class MethodOptions; variable
|
D | descriptor.pb.cc | 11786 MethodOptions::MethodOptions() in MethodOptions() function in google::protobuf::MethodOptions 11795 MethodOptions::MethodOptions(const MethodOptions& from) in MethodOptions() function in google::protobuf::MethodOptions
|
D | descriptor.pb.h | 57 class MethodOptions; variable
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 611 message MethodOptions { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 4149 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/ |
D | CodeView.h | 268 enum class MethodOptions : uint16_t { enum
|