Searched refs:kNoOp (Results 1 – 6 of 6) sorted by relevance
34 std::string Name() const override { return kNoOp; } in Name()
107 options_.emplace(name, OptionInfo{kNoOp, nullptr, env_setting, help_text}); in AddOption()414 if (info.type != kBoolean && info.type != kNoOp && info.type != kV8Option) { in Parse()460 case kNoOp: in Parse()
927 case kNoOp: in GetOptions()1051 NODE_DEFINE_CONSTANT(types, kNoOp); in Initialize()
278 kNoOp, enumerator
182 constexpr char kNoOp[] = "NoOp"; variable
51 std::string Name() const override { return kNoOp; } in Name()