Home
last modified time | relevance | path

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

1234

/external/llvm/include/llvm/DebugInfo/CodeView/
DFieldListRecordBuilder.h23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options, in MethodInfo()
30 MethodOptions getOptions() const { return Options; } in getOptions()
37 MethodOptions Options;
DTypeRecord.h39 return MemberAccess(unsigned(Attrs) & unsigned(MethodOptions::AccessMask)); in getAccess()
45 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind()
51 MethodOptions getFlags() const { in getFlags()
52 return MethodOptions( in getFlags()
54 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags()
890 OneMethodRecord(TypeIndex Type, MethodKind Kind, MethodOptions Options, in OneMethodRecord()
905 MethodOptions getOptions() const { return Options; } in getOptions()
926 MethodOptions Options;
DMethodListRecordBuilder.h28 void writeMethod(MemberAccess Access, MethodKind Kind, MethodOptions Options,
/external/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),
/external/cronet/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
/external/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
/external/cronet/third_party/protobuf/php/tests/proto/
Dtest_import_descriptor_proto.proto8 extend google.protobuf.MethodOptions {
13 extend google.protobuf.MethodOptions {
/external/protobuf/php/tests/proto/
Dtest_import_descriptor_proto.proto8 extend google.protobuf.MethodOptions {
13 extend google.protobuf.MethodOptions {
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp98 ENUM_ENTRY(MethodOptions, Pseudo),
99 ENUM_ENTRY(MethodOptions, NoInherit),
100 ENUM_ENTRY(MethodOptions, NoConstruct),
101 ENUM_ENTRY(MethodOptions, CompilerGenerated),
102 ENUM_ENTRY(MethodOptions, Sealed),
512 MethodOptions Options) { in printMemberAttributes()
518 if (Options != MethodOptions::None) { in printMemberAttributes()
569 MethodOptions::None); in visitDataMember()
580 MethodOptions::None); in visitStaticDataMember()
596 MethodOptions::None); in visitEnumerator()
[all …]
DMethodListRecordBuilder.cpp20 MethodOptions Options, TypeIndex Type, in writeMethod()
/external/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);
/external/cronet/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);
/external/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()
/external/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()
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h103 class MethodOptions; variable
150 …OBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::MethodOptions* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE…
3551 const ::PROTOBUF_NAMESPACE_ID::MethodOptions& options() const; in Swap()
3552 PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::MethodOptions* release_options(); in Swap()
3553 ::PROTOBUF_NAMESPACE_ID::MethodOptions* mutable_options(); in Swap()
3554 void set_allocated_options(::PROTOBUF_NAMESPACE_ID::MethodOptions* options); in Swap()
3556 const ::PROTOBUF_NAMESPACE_ID::MethodOptions& _internal_options() const; in Swap()
3557 ::PROTOBUF_NAMESPACE_ID::MethodOptions* _internal_mutable_options(); in Swap()
3560 ::PROTOBUF_NAMESPACE_ID::MethodOptions* options); in Swap()
3561 ::PROTOBUF_NAMESPACE_ID::MethodOptions* unsafe_arena_release_options(); in Swap()
[all …]
Ddescriptor.pb.cc352 PROTOBUF_CONSTEXPR MethodOptions::MethodOptions( in MethodOptions() function in MethodOptions
363 MethodOptions _instance;
785 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::MethodOptions, _has_bits_),
786 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::MethodOptions, _internal_metadata_),
787 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::MethodOptions, _extensions_),
791 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::MethodOptions, deprecated_),
792 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::MethodOptions, idempotency_level_),
793 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::MethodOptions, uninterpreted_option_),
893 { 323, 332, -1, sizeof(::PROTOBUF_NAMESPACE_ID::MethodOptions)},
1263 constexpr MethodOptions_IdempotencyLevel MethodOptions::IDEMPOTENCY_UNKNOWN;
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h103 class MethodOptions; variable
150 …OBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::MethodOptions* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE…
3613 const ::PROTOBUF_NAMESPACE_ID::MethodOptions& options() const; in Swap()
3614 PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::MethodOptions* release_options(); in Swap()
3615 ::PROTOBUF_NAMESPACE_ID::MethodOptions* mutable_options(); in Swap()
3616 void set_allocated_options(::PROTOBUF_NAMESPACE_ID::MethodOptions* options); in Swap()
3618 const ::PROTOBUF_NAMESPACE_ID::MethodOptions& _internal_options() const; in Swap()
3619 ::PROTOBUF_NAMESPACE_ID::MethodOptions* _internal_mutable_options(); in Swap()
3622 ::PROTOBUF_NAMESPACE_ID::MethodOptions* options); in Swap()
3623 ::PROTOBUF_NAMESPACE_ID::MethodOptions* unsafe_arena_release_options(); in Swap()
[all …]
/external/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
DIdempotencyLevel.php5 namespace Google\Protobuf\Internal\MethodOptions;
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
DIdempotencyLevel.php5 namespace Google\Protobuf\Internal\MethodOptions;
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go1507 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"`
1573 func (x *MethodDescriptorProto) GetOptions() *MethodOptions {
2515 type MethodOptions struct { struct
2537 func (x *MethodOptions) Reset() { argument
2538 *x = MethodOptions{}
2546 func (x *MethodOptions) String() string { argument
2550 func (*MethodOptions) ProtoMessage() {} argument
2552 func (x *MethodOptions) ProtoReflect() protoreflect.Message { argument
2565 func (*MethodOptions) Descriptor() ([]byte, []int) { argument
2569 func (x *MethodOptions) GetDeprecated() bool { argument
[all …]
/external/golang-protobuf/internal/testprotos/legacy/bug1052/
Dbug1052.pb.go67 ExtendedType: (*descriptor.MethodOptions)(nil),

1234