Home
last modified time | relevance | path

Searched refs:sanitize_string (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/reporting/accuracy/
Dhandle_test_result.hpp26 inline std::string sanitize_string(const std::string& s) in sanitize_string() function
163 std::string table_id = "table_" + sanitize_string(table_name); in add_cell()
282 std::string section_id = "section_" + sanitize_string(table_name); in add_cell()
421 …std::string cell_name = sanitize_string(BOOST_COMPILER) + "_" + sanitize_string(BOOST_PLATFORM) + … in handle_test_result()
422 …+ "_" + sanitize_string(test_name) + "_" + sanitize_string(TEST_LIBRARY_NAME) + "_" + sanitize_str… in handle_test_result()
/third_party/boost/libs/regex/performance/
Dtable_helper.cpp23 inline std::string sanitize_string(const std::string& s) in sanitize_string() function
35 return sanitize_string("id" + boost::lexical_cast<std::string>(id)); in sanitize_short_string()
196 std::string table_id = "table_" + sanitize_string(table_name); in add_cell()
/third_party/boost/libs/math/reporting/performance/
Dtable_helper.cpp29 inline std::string sanitize_string(const std::string& s) in sanitize_string() function
206 std::string table_id = "table_" + sanitize_string(table_name); in add_cell()
340 std::string section_id = "section_" + sanitize_string(table_name); in add_cell()