Searched refs:posColonLeft (Results 1 – 1 of 1) sorted by relevance
72 auto posColonLeft = line.find('['); in parseConfig() local74 if (posColonLeft != std::string::npos || in parseConfig()78 if (posColonLeft == std::string::npos || in parseConfig()91 line.substr(posColonLeft + 1, posColonRight - posColonLeft - 1); in parseConfig()