Searched refs:strAll (Results 1 – 3 of 3) sorted by relevance
171 std::vector<std::string> strAll; in ReadConfigFile() local176 return strAll; in ReadConfigFile()180 strAll.push_back(strLine); in ReadConfigFile()183 return strAll; in ReadConfigFile()
275 std::string strAll; in ReadJsonFile() local279 return strAll; in ReadJsonFile()282 strAll.append(strLine); in ReadJsonFile()285 return strAll; in ReadJsonFile()
365 std::string strAll; in ReadJsonFile() local369 return strAll; in ReadJsonFile()372 strAll.append(strLine); in ReadJsonFile()375 return strAll; in ReadJsonFile()