Home
last modified time | relevance | path

Searched refs:MethodOptions (Results 1 - 25 of 26) sorted by relevance

12

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs80 /// The <c>MethodOptions</c>, defined in <c>descriptor.proto</c>.
85 public MethodOptions GetOptions() => Proto.Options?.Clone(); in GetOptions()
91 public T GetOption<T>(Extension<MethodOptions, T> extension) in GetOption()
101 public RepeatedField<T> GetOption<T>(RepeatedExtension<MethodOptions, T> extension) in GetOption()
H A DDescriptor.cs183 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MethodOptions), global::Google.Protobuf.Reflection.MethodOptions.Parser, new[]{ "Deprecated", "IdempotencyLevel", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.MethodOptions.Types.IdempotencyLevel) }, null, null), in DescriptorReflection()
4386 private global::Google.Protobuf.Reflection.MethodOptions options_;
4388 public global::Google.Protobuf.Reflection.MethodOptions Options {
4602 Options = new global::Google.Protobuf.Reflection.MethodOptions(); in MergeFrom()
4640 Options = new global::Google.Protobuf.Reflection.MethodOptions(); in MergeFrom()
4681 Options = new global::Google.Protobuf.Reflection.MethodOptions(); in IBufferMessage.InternalMergeFrom()
8125 public sealed partial class MethodOptions : pb::IExtendableMessage<MethodOptions> class
8149 public MethodOptions() { MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
8156 public MethodOptions(MethodOptions other) : this() { MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp52 ENUM_ENTRY(MethodOptions, Pseudo),
53 ENUM_ENTRY(MethodOptions, NoInherit),
54 ENUM_ENTRY(MethodOptions, NoConstruct),
55 ENUM_ENTRY(MethodOptions, CompilerGenerated),
56 ENUM_ENTRY(MethodOptions, Sealed),
442 MethodOptions Options) { in printMemberAttributes()
448 if (Options != MethodOptions::None) { in printMemberAttributes()
449 W->printFlags("MethodOptions", unsigned(Options), in printMemberAttributes()
495 MethodOptions::None); in visitKnownMember()
505 MethodOptions in visitKnownMember()
[all...]
H A DTypeRecordMapping.cpp99 MethodOptions Options) { in getMemberAttributes()
110 if (Options != MethodOptions::None) { in getMemberAttributes()
111 std::string MethodOptions = getFlagNames( in getMemberAttributes() local
113 MemberAttrs += ", " + MethodOptions; in getMemberAttributes()
593 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None); in visitKnownMember()
604 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None); in visitKnownMember()
617 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None); in visitKnownMember()
656 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None); in visitKnownMember()
668 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None); in visitKnownMember()
H A DEnumTables.cpp326 CV_ENUM_CLASS_ENT(MethodOptions, Pseudo),
327 CV_ENUM_CLASS_ENT(MethodOptions, NoInherit),
328 CV_ENUM_CLASS_ENT(MethodOptions, NoConstruct),
329 CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
330 CV_ENUM_CLASS_ENT(MethodOptions, Sealed),
H A DTypeIndexDiscovery.cpp17 Attrs &= uint16_t(MethodOptions::MethodKindMask); in getMethodKind()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMethodOptions.php14 * Generated from protobuf message <code>google.protobuf.MethodOptions</code>
16 class MethodOptions extends \Google\Protobuf\Internal\Message class
28 * Generated from protobuf field <code>optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];</code>
102 * Generated from protobuf field <code>optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];</code>
121 * Generated from protobuf field <code>optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];</code>
127 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\MethodOptions\IdempotencyLevel::class);
H A DMethodOptions_IdempotencyLevel.php9 * This class is deprecated. Use Google\Protobuf\Internal\MethodOptions\IdempotencyLevel instead.
14 class_exists(MethodOptions\IdempotencyLevel::class);
15 @trigger_error('Google\Protobuf\Internal\MethodOptions_IdempotencyLevel is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\MethodOptions\IdempotencyLevel instead', E_USER_DEPRECATED);
H A DMethodDescriptorProto.php36 * Generated from protobuf field <code>optional .google.protobuf.MethodOptions options = 4;</code>
63 * @type \Google\Protobuf\Internal\MethodOptions $options
178 * Generated from protobuf field <code>optional .google.protobuf.MethodOptions options = 4;</code>
179 * @return \Google\Protobuf\Internal\MethodOptions
197 * Generated from protobuf field <code>optional .google.protobuf.MethodOptions options = 4;</code>
198 * @param \Google\Protobuf\Internal\MethodOptions $var
203 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MethodOptions::class);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp69 LLVM_YAML_DECLARE_BITSET_TRAITS(MethodOptions)
376 void ScalarBitSetTraits<MethodOptions>::bitset(IO &IO, MethodOptions &Options) { in bitset()
377 IO.bitSetCase(Options, "None", MethodOptions::None); in bitset()
378 IO.bitSetCase(Options, "Pseudo", MethodOptions::Pseudo); in bitset()
379 IO.bitSetCase(Options, "NoInherit", MethodOptions::NoInherit); in bitset()
380 IO.bitSetCase(Options, "NoConstruct", MethodOptions::NoConstruct); in bitset()
381 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
382 IO.bitSetCase(Options, "Sealed", MethodOptions::Sealed); in bitset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h58 MemberAttributes(MemberAccess Access, MethodKind Kind, MethodOptions Flags) { in MemberAttributes()
66 return MemberAccess(unsigned(Attrs) & unsigned(MethodOptions::AccessMask)); in getAccess()
72 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind()
78 MethodOptions getFlags() const { in getFlags()
79 return MethodOptions( in getFlags()
81 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags()
734 MethodOptions Options, int32_t VFTableOffset, StringRef Name) in OneMethodRecord()
740 MethodOptions getOptions() const { return Attrs.getFlags(); } in getOptions()
H A DTypeDumpVisitor.h65 MethodOptions Options);
H A DCodeView.h279 enum class MethodOptions : uint16_t { class in llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind
289 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(MethodOptions)
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc125 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<MethodOptions> _instance;
436 new (ptr) PROTOBUF_NAMESPACE_ID::MethodOptions(); in InitDefaultsscc_info_MethodOptions_google_2fprotobuf_2fdescriptor_2eproto()
439 PROTOBUF_NAMESPACE_ID::MethodOptions::InitAsDefaultInstance(); in InitDefaultsscc_info_MethodOptions_google_2fprotobuf_2fdescriptor_2eproto()
871 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, _has_bits_),
872 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, _internal_metadata_),
873 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, _extensions_),
876 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, deprecated_),
877 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, idempotency_level_),
878 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, uninterpreted_option_),
972 { 301, 309, sizeof(PROTOBUF_NAMESPACE_ID::MethodOptions)},
9037 MethodOptions::MethodOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) MethodOptions() function in MethodOptions
9045 MethodOptions::MethodOptions(const MethodOptions& from) MethodOptions() function in MethodOptions
[all...]
H A Ddescriptor.pb.h113 class MethodOptions;
160 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MethodOptions* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::MethodOptions>(Arena*);
3320 // optional .google.protobuf.MethodOptions options = 4;
3326 const PROTOBUF_NAMESPACE_ID::MethodOptions& options() const;
3327 PROTOBUF_NAMESPACE_ID::MethodOptions* release_options();
3328 PROTOBUF_NAMESPACE_ID::MethodOptions* mutable_options();
3329 void set_allocated_options(PROTOBUF_NAMESPACE_ID::MethodOptions* options);
3331 const PROTOBUF_NAMESPACE_ID::MethodOptions& _internal_options() const;
3332 PROTOBUF_NAMESPACE_ID::MethodOptions* _internal_mutable_option
5160 inline MethodOptions() : MethodOptions(nullptr) {} MethodOptions() function in PROTOBUF_FINAL
5165 : MethodOptions() { MethodOptions() function in PROTOBUF_FINAL
[all...]
H A Ddescriptor.h111 class MethodOptions;
1353 // declaration. Allowed options are defined by MethodOptions in
1355 const MethodOptions& options() const;
1374 typedef MethodOptions OptionsType;
1393 const MethodOptions* options_;
2086 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(MethodDescriptor, MethodOptions)
H A Ddescriptor_unittest.cc7224 "extend google.protobuf.MethodOptions {\n"
7591 MethodOptions::kDeprecatedFieldNumber}; in TEST_F()
7597 MethodOptions::kUninterpretedOptionFieldNumber, in TEST_F()
7616 MethodOptions::kUninterpretedOptionFieldNumber, in TEST_F()
/third_party/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
H A DIdempotencyLevel.php5 namespace Google\Protobuf\Internal\MethodOptions;
14 * Protobuf type <code>google.protobuf.MethodOptions.IdempotencyLevel</code>
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js4 exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto = exports.OneofDescriptorProto = exports.FieldDescriptorProto = exports.ExtensionRangeOptions = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.methodOptions_IdempotencyLevelToJSON = exports.methodOptions_IdempotencyLevelFromJSON = exports.MethodOptions_IdempotencyLevel = exports.fieldOptions_JSTypeToJSON = exports.fieldOptions_JSTypeFromJSON = exports.FieldOptions_JSType = exports.fieldOptions_CTypeToJSON = exports.fieldOptions_CTypeFromJSON = exports.FieldOptions_CType = exports.fileOptions_OptimizeModeToJSON = exports.fileOptions_OptimizeModeFromJSON = exports.FileOptions_OptimizeMode = exports.fieldDescriptorProto_LabelToJSON = exports.fieldDescriptorProto_LabelFromJSON = exports.FieldDescriptorProto_Label = exports.fieldDescriptorProto_TypeToJSON = exports.fieldDescriptorProto_TypeFromJSON = exports.FieldDescriptorProto_Type = void 0;
785 options: isSet(object.options) ? exports.MethodOptions.fromJSON(object.options) : undefined,
796 (obj.options = message.options ? exports.MethodOptions.toJSON(message.options) : undefined);
1072 exports.MethodOptions = {
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php139 ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 4, 'google.protobuf.internal.MethodOptions')
224 $pool->addMessage('google.protobuf.internal.MethodOptions', \Google\Protobuf\Internal\MethodOptions::class)
226 ->optional('idempotency_level', \Google\Protobuf\Internal\GPBType::ENUM, 34, 'google.protobuf.internal.MethodOptions.IdempotencyLevel')
230 $pool->addEnum('google.protobuf.internal.MethodOptions.IdempotencyLevel', \Google\Protobuf\Internal\IdempotencyLevel::class)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py134 descriptor_pb2.MethodOptions())
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs183 public static readonly pb::Extension<global::Google.Protobuf.Reflection.MethodOptions, global::UnitTest.Issues.TestProtos.MethodOpt1> MethodOpt1 =
184 new pb::Extension<global::Google.Protobuf.Reflection.MethodOptions, global::UnitTest.Issues.TestProtos.MethodOpt1>(7890860, pb::FieldCodec.ForEnum(63126880, x => (int) x, x => (global::UnitTest.Issues.TestProtos.MethodOpt1) x, global::UnitTest.Issues.TestProtos.MethodOpt1.Unspecified));
237 public static readonly pb::Extension<global::Google.Protobuf.Reflection.MethodOptions, global::UnitTest.Issues.TestProtos.Aggregate> Methodopt =
238 new pb::Extension<global::Google.Protobuf.Reflection.MethodOptions, global::UnitTest.Issues.TestProtos.Aggregate>(15512713, pb::FieldCodec.ForMessage(124101706, global::UnitTest.Issues.TestProtos.Aggregate.Parser));
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java46 import com.google.protobuf.DescriptorProtos.MethodOptions;
2100 /** Get the {@code MethodOptions}, defined in {@code descriptor.proto}. */
2101 public MethodOptions getOptions() { in getOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1956 static MethodOptions translateMethodOptionFlags(const DISubprogram *SP) { in translateMethodOptionFlags()
1958 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()
1960 // FIXME: Handle other MethodOptions. in translateMethodOptionFlags()
1962 return MethodOptions::None; in translateMethodOptionFlags()
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py141 descriptor_pb2.MethodOptions())

Completed in 77 milliseconds

12