Searched refs:FoundPos (Results 1 – 1 of 1) sorted by relevance
50 size_t FoundPos = In.find("="); in splitPreDefinedSymbol() local51 if (FoundPos == std::string::npos) { in splitPreDefinedSymbol()55 Key = In.substr(0, FoundPos); in splitPreDefinedSymbol()56 Value = In.substr(FoundPos+1, std::string::npos); in splitPreDefinedSymbol()