Searched refs:efound (Results 1 – 1 of 1) sorted by relevance
391 auto efound = line.find('='); in Read() local392 if (efound == std::string::npos) { in Read()400 std::string key(line.substr(0, efound)); in Read()401 std::string value(line.substr(efound+1, std::string::npos)); in Read()