Home
last modified time | relevance | path

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

123

/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,
DTypeDumper.h85 MethodOptions Options);
DCodeView.h268 enum class MethodOptions : uint16_t { enum
278 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(MethodOptions)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp53 ENUM_ENTRY(MethodOptions, Pseudo),
54 ENUM_ENTRY(MethodOptions, NoInherit),
55 ENUM_ENTRY(MethodOptions, NoConstruct),
56 ENUM_ENTRY(MethodOptions, CompilerGenerated),
57 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 …]
/external/protobuf/php/tests/proto/
Dtest_import_descriptor_proto.proto6 extend google.protobuf.MethodOptions {
11 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp222 MethodOptions::None, 0, "Method1"},
223 {T2, MemberAccess::Public, MethodKind::PureVirtual, MethodOptions::None,
226 MethodOptions::None, 0, "Method1"},
227 {T4, MemberAccess::Public, MethodKind::Static, MethodOptions::None, 0,
255 MethodOptions::None,
261 MethodOptions::None,
267 MethodOptions::None,
273 MethodOptions::CompilerGenerated,
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1224 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"`
1283 func (m *MethodDescriptorProto) GetOptions() *MethodOptions {
2121 type MethodOptions struct { struct
2136 func (m *MethodOptions) Reset() { *m = MethodOptions{} } argument
2137 func (m *MethodOptions) String() string { return proto.CompactTextString(m) } argument
2138 func (*MethodOptions) ProtoMessage() {} argument
2139 func (*MethodOptions) Descriptor() ([]byte, []int) { argument
2147 func (*MethodOptions) ExtensionRangeArray() []proto.ExtensionRange { argument
2151 func (m *MethodOptions) XXX_Unmarshal(b []byte) error { argument
2154 func (m *MethodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h59 MemberAttributes(MemberAccess Access, MethodKind Kind, MethodOptions Flags) { in MemberAttributes()
67 return MemberAccess(unsigned(Attrs) & unsigned(MethodOptions::AccessMask)); in getAccess()
73 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind()
79 MethodOptions getFlags() const { in getFlags()
80 return MethodOptions( in getFlags()
82 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags()
700 MethodOptions Options, int32_t VFTableOffset, StringRef Name) in OneMethodRecord()
706 MethodOptions getOptions() const { return Attrs.getFlags(); } in getOptions()
DTypeDumpVisitor.h66 MethodOptions Options);
DCodeView.h277 enum class MethodOptions : uint16_t { enum
287 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(MethodOptions)
/external/protobuf/php/src/Google/Protobuf/Internal/
DMethodOptions_IdempotencyLevel.php14 class_exists(MethodOptions\IdempotencyLevel::class);
DMethodOptions.php16 class MethodOptions extends \Google\Protobuf\Internal\Message class
DMethodDescriptorProto.php187 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MethodOptions::class);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp70 LLVM_YAML_DECLARE_BITSET_TRAITS(MethodOptions)
377 void ScalarBitSetTraits<MethodOptions>::bitset(IO &IO, MethodOptions &Options) { in bitset()
378 IO.bitSetCase(Options, "None", MethodOptions::None); in bitset()
379 IO.bitSetCase(Options, "Pseudo", MethodOptions::Pseudo); in bitset()
380 IO.bitSetCase(Options, "NoInherit", MethodOptions::NoInherit); in bitset()
381 IO.bitSetCase(Options, "NoConstruct", MethodOptions::NoConstruct); in bitset()
382 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
383 IO.bitSetCase(Options, "Sealed", MethodOptions::Sealed); in bitset()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp167 MethodOptions Flags = Attrs.getFlags(); in memberAttributes()
168 PUSH_FLAG(MethodOptions, Pseudo, Flags, "pseudo"); in memberAttributes()
169 PUSH_FLAG(MethodOptions, NoInherit, Flags, "noinherit"); in memberAttributes()
170 PUSH_FLAG(MethodOptions, NoConstruct, Flags, "noconstruct"); in memberAttributes()
171 PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated"); in memberAttributes()
172 PUSH_FLAG(MethodOptions, Sealed, Flags, "sealed"); in memberAttributes()
/external/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
DIdempotencyLevel.php5 namespace Google\Protobuf\Internal\MethodOptions;
/external/avb/proto/aftl_google/api/
Dannotations_pb2.py44 google_dot_protobuf_dot_descriptor__pb2.MethodOptions.RegisterExtension(http)
Dannotations.proto28 extend google.protobuf.MethodOptions {
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h113 class MethodOptions; variable
160 …ROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MethodOptions* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
3303 const PROTOBUF_NAMESPACE_ID::MethodOptions& options() const;
3304 PROTOBUF_NAMESPACE_ID::MethodOptions* release_options();
3305 PROTOBUF_NAMESPACE_ID::MethodOptions* mutable_options();
3306 void set_allocated_options(PROTOBUF_NAMESPACE_ID::MethodOptions* options);
3308 PROTOBUF_NAMESPACE_ID::MethodOptions* options);
3309 PROTOBUF_NAMESPACE_ID::MethodOptions* unsafe_arena_release_options();
3336 PROTOBUF_NAMESPACE_ID::MethodOptions* options_;
5058 class PROTOBUF_EXPORT MethodOptions :
[all …]
Ddescriptor.pb.cc126 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<MethodOptions> _instance;
437 new (ptr) PROTOBUF_NAMESPACE_ID::MethodOptions(); in InitDefaultsscc_info_MethodOptions_google_2fprotobuf_2fdescriptor_2eproto()
440 PROTOBUF_NAMESPACE_ID::MethodOptions::InitAsDefaultInstance(); in InitDefaultsscc_info_MethodOptions_google_2fprotobuf_2fdescriptor_2eproto()
873 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, _has_bits_),
874 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, _internal_metadata_),
875 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, _extensions_),
878 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, deprecated_),
879 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, idempotency_level_),
880 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MethodOptions, uninterpreted_option_),
976 { 302, 310, sizeof(PROTOBUF_NAMESPACE_ID::MethodOptions)},
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs182MethodOptions), global::Google.Protobuf.Reflection.MethodOptions.Parser, new[]{ "Deprecated", "Ide… in DescriptorReflection()
3575 private global::Google.Protobuf.Reflection.MethodOptions options_;
3577 public global::Google.Protobuf.Reflection.MethodOptions Options {
3764 Options = new global::Google.Protobuf.Reflection.MethodOptions(); in MergeFrom()
3799 Options = new global::Google.Protobuf.Reflection.MethodOptions(); in MergeFrom()
6648 internal sealed partial class MethodOptions : pb::IExtendableMessage<MethodOptions> { class
6649 …static readonly pb::MessageParser<MethodOptions> _parser = new pb::MessageParser<MethodOptions>(()…
6651 internal pb::ExtensionSet<MethodOptions> _extensions;
6654 public static pb::MessageParser<MethodOptions> Parser { get { return _parser; } }
6667 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions
[all …]

123