Home
last modified time | relevance | path

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

/third_party/boost/libs/math/reporting/accuracy/
Dhandle_test_result.hpp164 std::string column_heading = BOOST_COMPILER; in add_cell() local
165 column_heading += "[br]"; in add_cell()
166 column_heading += BOOST_PLATFORM; in add_cell()
167 column_heading += "[br]"; in add_cell()
168 column_heading += type_name; in add_cell()
188 if(table_data[0][i] == column_heading) in add_cell()
199 table_data[0].push_back(column_heading); in add_cell()
266 new_table += column_heading; in add_cell()
/third_party/boost/libs/math/reporting/performance/
Dtable_helper.cpp23 …al, const std::string& table_name, const std::string& row_name, const std::string& column_heading);
201 …val, const std::string& table_name, const std::string& row_name, const std::string& column_heading) in add_cell() argument
226 if(table_data[0][i] == column_heading) in add_cell()
237 table_data[0].push_back(column_heading); in add_cell()
324 new_table += column_heading; in add_cell()
/third_party/boost/libs/regex/performance/
Dtable_helper.cpp191 …val, const std::string& table_name, const std::string& row_name, const std::string& column_heading) in add_cell() argument
216 if(table_data[0][i] == column_heading) in add_cell()
227 table_data[0].push_back(column_heading); in add_cell()
314 new_table += column_heading; in add_cell()