Home
last modified time | relevance | path

Searched refs:OptionType (Results 1 – 6 of 6) sorted by relevance

/external/perf_data_converter/src/quipper/
Dperf_option_parser.cc15 enum class OptionType { enum
20 const std::map<string, OptionType>& GetPerfRecordOptions() { in GetPerfRecordOptions()
21 static const auto* kPerfRecordOptions = new std::map<string, OptionType>{ in GetPerfRecordOptions()
22 {"-e", OptionType::Value}, in GetPerfRecordOptions()
23 {"--event", OptionType::Value}, in GetPerfRecordOptions()
24 {"--filter", OptionType::Value}, in GetPerfRecordOptions()
25 {"-p", OptionType::Value}, in GetPerfRecordOptions()
26 {"--pid", OptionType::Value}, in GetPerfRecordOptions()
27 {"-t", OptionType::Value}, in GetPerfRecordOptions()
28 {"--tid", OptionType::Value}, in GetPerfRecordOptions()
[all …]
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannelOptions.cs35 public enum OptionType enum in Grpc.Core.ChannelOption
48 private readonly OptionType type;
60 this.type = OptionType.String; in ChannelOption()
72 this.type = OptionType.Integer; in ChannelOption()
80 public OptionType Type
106 GrpcPreconditions.CheckState(type == OptionType.Integer);
118 GrpcPreconditions.CheckState(type == OptionType.String);
180 if (option.Type == ChannelOption.OptionType.Integer) in CreateChannelArgs()
184 else if (option.Type == ChannelOption.OptionType.String) in CreateChannelArgs()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DChannelOptionsTest.cs35 Assert.AreEqual(ChannelOption.OptionType.Integer, option.Type); in IntOption()
46 Assert.AreEqual(ChannelOption.OptionType.String, option.Type); in StringOption()
/external/clang/lib/Sema/
DSemaStmtAttr.cpp79 LoopHintAttr::OptionType Option; in handleLoopHintAttr()
102 Option = llvm::StringSwitch<LoopHintAttr::OptionType>( in handleLoopHintAttr()
168 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes()
/external/clang/lib/CodeGen/
DCGLoopInfo.cpp144 LoopHintAttr::OptionType Option = LoopHintAttr::Unroll; in push()
/external/clang/include/clang/Basic/
DAttr.td2219 let Args = [EnumArgument<"Option", "OptionType",