Searched defs:MethodOptions (Results 1 – 12 of 12) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 91 public T GetOption<T>(Extension<MethodOptions, T> extension) in GetOption() 101 public RepeatedField<T> GetOption<T>(RepeatedExtension<MethodOptions, T> extension) in GetOption()
|
D | Descriptor.cs | 8125 public sealed partial class MethodOptions : pb::IExtendableMessage<MethodOptions> class 8149 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions 8156 public MethodOptions(MethodOptions other) : this() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions 8416 public TValue GetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in GetExtension() 8419 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue… in GetExtension() 8422 …bc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<MethodOptions, TV… in GetOrInitializeExtension() 8425 public void SetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension, TValue value) { in SetExtension() 8428 public bool HasExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in HasExtension() 8431 public void ClearExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in ClearExtension() 8434 public void ClearExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue> extension) { in ClearExtension()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | MethodOptions.php | 16 class MethodOptions extends \Google\Protobuf\Internal\Message class
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 457 message MethodOptions { message
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 457 message MethodOptions { message
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 457 message MethodOptions { message
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.proto | 689 message MethodOptions { message
|
D | descriptor.h | 111 class MethodOptions; variable
|
D | descriptor.pb.cc | 9037 MethodOptions::MethodOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in MethodOptions() function in MethodOptions 9045 MethodOptions::MethodOptions(const MethodOptions& from) in MethodOptions() function in MethodOptions
|
D | descriptor.pb.h | 113 class MethodOptions; variable 5160 inline MethodOptions() : MethodOptions(nullptr) {} in MethodOptions() function 5164 MethodOptions(MethodOptions&& from) noexcept in MethodOptions() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 111 std::string MethodOptions = getFlagNames( in getMemberAttributes() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 279 enum class MethodOptions : uint16_t { enum
|