Searched refs:time_find_all (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/xpressive/perf/ |
D | regex_comparison.hpp | 95 double time_find_all(const std::string& re, const std::string& text); 112 double time_find_all(const std::string& re, const std::string& text); 117 double time_find_all(const std::string& re, const std::string& text); 122 double time_find_all(const std::string& re, const std::string& text); 127 double time_find_all(const std::string& re, const std::string& text);
|
D | main.cpp | 94 time = dxpr::time_find_all(re, text); in test_find_all() 100 time = sxpr::time_find_all(re, text); in test_find_all() 106 time = b::time_find_all(re, text); in test_find_all()
|
D | time_boost.cpp | 63 double time_find_all(const std::string& re, const std::string& text) in time_find_all() function
|
D | time_dynamic_xpressive.cpp | 63 double time_find_all(const std::string& re, const std::string& text) in time_find_all() function
|
D | time_static_xpressive.cpp | 182 double time_find_all(const std::string& re, const std::string& text) in time_find_all() function
|