Searched refs:string_ref (Results 1 – 1 of 1) sorted by relevance
100 void set(std::string& string_ref, KeyType key) { in set() argument101 string_ref = std::to_string(static_cast<float>(key)); in set()