Searched refs:UNIT_AUTO_FILL (Results 1 – 3 of 3) sorted by relevance
27 const std::string UNIT_AUTO_FILL = "auto-fill"; variable251 …if (args.find(REPEAT_PREFIX) != std::string::npos && args.find(UNIT_AUTO_FILL) != std::string::npo… in ParseArgs()270 if (!strs.empty() && strs[0] == UNIT_AUTO_FILL) { in ParseArgs()320 if (handledArg.find(UNIT_AUTO_FILL) != std::string::npos) { in ConvertRepeatArgs()
35 const std::string UNIT_AUTO_FILL = "auto-fill"; variable272 if (handledArg.find(UNIT_AUTO_FILL) != std::string::npos) { in ConvertRepeatArgs()352 if (!strs.empty() && strs[0] == UNIT_AUTO_FILL) { in ParseArgsWithoutAutoFill()496 …if (args.find(REPEAT_PREFIX) != std::string::npos && args.find(UNIT_AUTO_FILL) != std::string::npo… in ParseTemplateArgs()
42 const char UNIT_AUTO_FILL[] = "auto-fill"; variable565 if (!strs.empty() && strs[0] == UNIT_AUTO_FILL) { in ParseArgsInner()614 if (handledArg.find(UNIT_AUTO_FILL) != std::string::npos) { in ConvertRepeatArgs()3353 if (args.find(UNIT_AUTO_FILL) == std::string::npos) { in ParseArgsWithAutoFill()3403 …if (args.find(REPEAT_PREFIX) != std::string::npos && args.find(UNIT_AUTO_FILL) != std::string::npo… in ParseArgs()