Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs91 public T GetOption<T>(Extension<MethodOptions, T> extension) in GetOption()
101 public RepeatedField<T> GetOption<T>(RepeatedExtension<MethodOptions, T> extension) in GetOption()
DDescriptor.cs8124 public sealed partial class MethodOptions : pb::IExtendableMessage<MethodOptions> class
8148 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
8155 public MethodOptions(MethodOptions other) : this() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
8415 public TValue GetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in GetExtension()
8418 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue… in GetExtension()
8421 …bc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<MethodOptions, TV… in GetOrInitializeExtension()
8424 public void SetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension, TValue value) { in SetExtension()
8427 public bool HasExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in HasExtension()
8430 public void ClearExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in ClearExtension()
8433 public void ClearExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue> extension) { in ClearExtension()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMethodOptions.php16 class MethodOptions extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto689 message MethodOptions { message
Ddescriptor.h112 class MethodOptions; variable
Ddescriptor.pb.cc8938 MethodOptions::MethodOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in MethodOptions() function in MethodOptions
8946 MethodOptions::MethodOptions(const MethodOptions& from) in MethodOptions() function in MethodOptions
Ddescriptor.pb.h112 class MethodOptions; variable
5139 inline MethodOptions() : MethodOptions(nullptr) {} in MethodOptions() function
5143 MethodOptions(MethodOptions&& from) noexcept in MethodOptions() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp111 std::string MethodOptions = getFlagNames( in getMemberAttributes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h279 enum class MethodOptions : uint16_t { enum