Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs74 public T GetOption<T>(Extension<MethodOptions, T> extension) in GetOption()
84 public RepeatedField<T> GetOption<T>(RepeatedExtension<MethodOptions, T> extension) in GetOption()
DDescriptor.pb.cs11202 public sealed partial class MethodOptions : pb::IExtendableMessage<MethodOptions> class
11230 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
11238 public MethodOptions(MethodOptions other) : this() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
11573 public TValue GetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in GetExtension()
11576 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue… in GetExtension()
11579 …bc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<MethodOptions, TV… in GetOrInitializeExtension()
11582 public void SetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension, TValue value) { in SetExtension()
11585 public bool HasExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in HasExtension()
11588 public void ClearExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) { in ClearExtension()
11591 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/grpc/third_party/upb/upb/reflection/
Dmethod_def.c37 const UPB_DESC(MethodOptions) * upb_MethodDef_Options(const upb_MethodDef* m) { in UPB_DESC() argument
/third_party/protobuf/upb/reflection/
Dmethod_def.c37 const UPB_DESC(MethodOptions) * upb_MethodDef_Options(const upb_MethodDef* m) { in UPB_DESC() argument
/third_party/protobuf/benchmarks/
Ddescriptor_sv.proto649 message MethodOptions { message
Ddescriptor.proto647 message MethodOptions { message
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h129 class MethodOptions; variable
5088 inline MethodOptions() : MethodOptions(nullptr) {} in MethodOptions() function
5102 inline MethodOptions(const MethodOptions& from) : MethodOptions(nullptr, from) {} in MethodOptions() function
5103 inline MethodOptions(MethodOptions&& from) noexcept in MethodOptions() function
5220 MethodOptions(::google::protobuf::Arena* arena, MethodOptions&& from) noexcept in MethodOptions() function
5318 inline bool HasExtension( in HasExtension()
5326 inline void ClearExtension( in ClearExtension()
5335 inline int ExtensionSize( in ExtensionSize()
5344 inline typename _proto_TypeTraits::Singular::ConstType GetExtension( in GetExtension()
5353 inline typename _proto_TypeTraits::Singular::ConstType GetExtension( in GetExtension()
[all …]
Ddescriptor.proto900 message MethodOptions { message
Ddescriptor.h105 class MethodOptions; variable
Ddescriptor.pb.cc549 PROTOBUF_CONSTEXPR MethodOptions::MethodOptions(::_pbi::ConstantInitialized) in MethodOptions() function in google::protobuf::MethodOptions
12195 MethodOptions::MethodOptions(::google::protobuf::Arena* arena) function in google::protobuf::MethodOptions
12212 MethodOptions::MethodOptions( function in google::protobuf::MethodOptions
/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
/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c16212 const UPB_DESC(MethodOptions) * upb_MethodDef_Options(const upb_MethodDef* m) { in UPB_DESC() argument
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c16725 const UPB_DESC(MethodOptions) * upb_MethodDef_Options(const upb_MethodDef* m) { in UPB_DESC() argument