* @brief Change the string associated with a StringRef */
| 175 | * @brief Change the string associated with a StringRef |
| 176 | */ |
| 177 | static void change_string_ref (const StringRef *ref, const std::string &s) |
| 178 | { |
| 179 | *(const_cast<StringRef *> (ref)) = s; |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * @brief The singleton instance of the string repository |
no outgoing calls
no test coverage detected