Searched defs:join (Results 1 - 4 of 4) sorted by relevance
| /bind-9.11.3/unit/atf-src/atf-c++/detail/ |
| H A D | text.hpp | 57 join(const T& words, const std::string& separator) function in namespace:atf::text
|
| H A D | text_test.cpp | 58 ATF_TEST_CASE(join); variable 59 ATF_TEST_CASE_HEAD(join) 61 set_md_var("descr", "Tests the join function"); 63 ATF_TEST_CASE_BODY(join) 65 using atf::text::join; 73 str = join(words, ","); 78 str = join(words, ","); 84 str = join(words, ","); 91 str = join(words, ","); 98 str = join(word [all...] |
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | text.hpp | 61 join(const T& words, const std::string& separator) function in namespace:tools::text
|
| H A D | text_test.cpp | 62 ATF_TEST_CASE(join); variable 63 ATF_TEST_CASE_HEAD(join) 65 set_md_var("descr", "Tests the join function"); 67 ATF_TEST_CASE_BODY(join) 69 using tools::text::join; 77 str = join(words, ","); 82 str = join(words, ","); 88 str = join(words, ","); 95 str = join(words, ","); 102 str = join(word [all...] |
Completed in 13 milliseconds