Searched refs:Key (Results 1 – 1 of 1) sorted by relevance
49 std::string& Key, std::string& Value) { in splitPreDefinedSymbol() argument52 Key = In; in splitPreDefinedSymbol()55 Key = In.substr(0, FoundPos); in splitPreDefinedSymbol()83 std::string Key; in main() local85 splitPreDefinedSymbol(PreDefinedSymbols[i], Key, Value); in main()87 std::pair<std::string, std::string>(Key,Value)); in main()