Searched refs:ParseVectorInt (Results 1 – 3 of 3) sorted by relevance
132 std::vector<int> ParseVectorInt(const std::string& value);
382 std::vector<int> ParseVectorInt(const std::string& value) { in ParseVectorInt() function
490 *reinterpret_cast<std::vector<int>*>(opt_address) = ParseVectorInt(value); in ParseOptionHelper()