Home
last modified time | relevance | path

Searched refs:MethodOptions (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
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()
495 MethodOptions::None); in visitKnownMember()
505 MethodOptions::None); in visitKnownMember()
520 MethodOptions::None); in visitKnownMember()
[all …]
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()
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),
DTypeIndexDiscovery.cpp17 Attrs &= uint16_t(MethodOptions::MethodKindMask); in getMethodKind()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs85 public MethodOptions GetOptions() => Proto.Options?.Clone(); in GetOptions()
91 public T GetOption<T>(Extension<MethodOptions, T> extension) in GetOption() argument
101 public RepeatedField<T> GetOption<T>(RepeatedExtension<MethodOptions, T> extension) in GetOption() argument
DDescriptor.cs183MethodOptions), global::Google.Protobuf.Reflection.MethodOptions.Parser, new[]{ "Deprecated", "Ide… 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
8130 …static readonly pb::MessageParser<MethodOptions> _parser = new pb::MessageParser<MethodOptions>(()…
8132 internal pb::ExtensionSet<MethodOptions> _extensions;
8133 private pb::ExtensionSet<MethodOptions> _Extensions { get { return _extensions; } }
[all …]
/third_party/protobuf/php/tests/proto/
Dtest_import_descriptor_proto.proto8 extend google.protobuf.MethodOptions {
13 extend google.protobuf.MethodOptions {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMethodOptions.php16 class MethodOptions extends \Google\Protobuf\Internal\Message class
127 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\MethodOptions\IdempotencyLevel::class);
DMethodOptions_IdempotencyLevel.php14 class_exists(MethodOptions\IdempotencyLevel::class);
DMethodDescriptorProto.php203 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MethodOptions::class);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
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()
DTypeDumpVisitor.h65 MethodOptions Options);
DCodeView.h279 enum class MethodOptions : uint16_t { enum
289 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(MethodOptions)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
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/protobuf/src/google/protobuf/
Ddescriptor.pb.h113 class MethodOptions; variable
160 …ROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MethodOptions* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
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_options();
3335 PROTOBUF_NAMESPACE_ID::MethodOptions* options);
3336 PROTOBUF_NAMESPACE_ID::MethodOptions* unsafe_arena_release_options();
[all …]
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)},
[all …]
Ddescriptor.h111 class MethodOptions; variable
1355 const MethodOptions& options() const;
1374 typedef MethodOptions OptionsType;
1393 const MethodOptions* options_;
2086 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(MethodDescriptor, MethodOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Dunittest_custom_options.proto92 extend google.protobuf.MethodOptions {
354 extend google.protobuf.MethodOptions {
/third_party/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
DIdempotencyLevel.php5 namespace Google\Protobuf\Internal\MethodOptions;
/third_party/protobuf/csharp/protos/
Dold_extensions2.proto48 extend google.protobuf.MethodOptions {
Dunittest_custom_options_proto3.proto93 extend google.protobuf.MethodOptions {
296 extend google.protobuf.MethodOptions { Aggregate methodopt = 15512713; }
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto88 extend google.protobuf.MethodOptions {
331 extend google.protobuf.MethodOptions { optional Aggregate methodopt = 15512713; }
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto88 extend google.protobuf.MethodOptions {
331 extend google.protobuf.MethodOptions { optional Aggregate methodopt = 15512713; }
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto88 extend google.protobuf.MethodOptions {
331 extend google.protobuf.MethodOptions { optional Aggregate methodopt = 15512713; }
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
Ddescriptor.js4 ….UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.Serv…
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 = {

12