HomeSort by relevance Sort by last modified time
    Searched refs:MethodOptions (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/include/llvm/DebugInfo/CodeView/
MethodListRecordBuilder.h 28 void writeMethod(MemberAccess Access, MethodKind Kind, MethodOptions Options,
FieldListRecordBuilder.h 23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options,
30 MethodOptions getOptions() const { return Options; }
37 MethodOptions Options;
TypeDumper.h 85 MethodOptions Options);
TypeRecord.h 39 return MemberAccess(unsigned(Attrs) & unsigned(MethodOptions::AccessMask));
45 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >>
51 MethodOptions getFlags() const {
52 return MethodOptions(
54 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask));
890 OneMethodRecord(TypeIndex Type, MethodKind Kind, MethodOptions Options,
905 MethodOptions getOptions() const { return Options; }
926 MethodOptions Options;
    [all...]
CodeView.h 268 enum class MethodOptions : uint16_t {
278 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(MethodOptions)
  /prebuilts/go/darwin-x86/src/net/http/
method.go 18 MethodOptions = "OPTIONS"
  /prebuilts/go/linux-x86/src/net/http/
method.go 18 MethodOptions = "OPTIONS"
  /external/llvm/lib/DebugInfo/CodeView/
MethodListRecordBuilder.cpp 20 MethodOptions Options, TypeIndex Type,
TypeDumper.cpp 98 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) {
518 if (Options != MethodOptions::None) {
519 W->printFlags("MethodOptions", unsigned(Options),
569 MethodOptions::None);
580 MethodOptions::None)
    [all...]
TypeRecord.cpp 271 MethodOptions Options = L->Attrs.getFlags();
292 MethodOptions Options = L->Attrs.getFlags();
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 93 class MethodOptions;
    [all...]
descriptor.pb.h 53 class MethodOptions;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 93 class MethodOptions;
    [all...]
descriptor.pb.h 53 class MethodOptions;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 93 class MethodOptions;
    [all...]
descriptor.pb.h 53 class MethodOptions;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 93 class MethodOptions;
    [all...]
descriptor.pb.h 53 class MethodOptions;
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 57 class MethodOptions;
    [all...]
descriptor.h 101 class MethodOptions;
    [all...]
descriptor.pb.cc 444 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, deprecated_),
445 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, uninterpreted_option_),
450 MethodOptions::default_instance_,
452 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, _has_bits_[0]),
454 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, _extensions_),
455 sizeof(MethodOptions),
456 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, _internal_metadata_),
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 57 class MethodOptions;
    [all...]
descriptor.h 101 class MethodOptions;
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 160 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MethodOptions), global::Google.Protobuf.Reflection.MethodOptions.Parser, new[]{ "Deprecated", "UninterpretedOption" }, null, null, null),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 780 milliseconds

1 2