Searched refs:temp_elements (Results 1 – 1 of 1) sorted by relevance
210 std::vector<float> temp_elements; in ParseFloatValueByCommas() local212 temp_elements.push_back(std::move(std::stof(data.c_str()))); in ParseFloatValueByCommas()220 std::move(temp_elements.begin(), temp_elements.end(), elements.begin()); in ParseFloatValueByCommas()