Searched refs:join (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp62 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 atf::text::join;
77 str = join(words, ",");
82 str = join(words, ",");
88 str = join(words, ",");
95 str = join(words, ",");
102 str = join(word
[all...]
H A Dtext.hpp61 join(const T& words, const std::string& separator) function in namespace:atf::text
H A Dparser.cpp94 m_msg = atf::text::join(*this, "\n");
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp325 using atf::text::join;
333 (*m_os) << format_text_with_tag(join(m_failed_tps, ", "),
344 (*m_os) << format_text_with_tag(join(m_failed_tcs, ", "),
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_bdb_driver.c518 db->data->join(db->data, cur_arr, &join_cursor, 0);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp385 const std::string reason = atf::text::join(e, "; ");
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c954 /* that way later when add cursors to the join list */
1007 /* add cursor to cursor list for later use in join */
1034 /* add cursor to cursor list for later use in join */
1041 /* join any cursors */
1042 bdbres = db.data->join(db.data, curList, &db.cursor4, 0);

Completed in 20 milliseconds