Searched defs:MethodOptions (Results 1 – 9 of 9) 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 | 8124 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/ |
| D | MethodOptions.php | 16 class MethodOptions extends \Google\Protobuf\Internal\Message class
|
| /third_party/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 689 message MethodOptions { message
|
| D | descriptor.h | 112 class MethodOptions; variable
|
| D | descriptor.pb.cc | 8938 MethodOptions::MethodOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in MethodOptions() function in MethodOptions 8946 MethodOptions::MethodOptions(const MethodOptions& from) in MethodOptions() function in MethodOptions
|
| D | descriptor.pb.h | 112 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/ |
| 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
|