Searched defs:duplicate (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp38 ATF_TEST_CASE(duplicate); variable
39 ATF_TEST_CASE_HEAD(duplicate)
41 set_md_var("descr", "Tests the duplicate function");
43 ATF_TEST_CASE_BODY(duplicate)
45 using atf::text::duplicate;
49 char* copy = duplicate(orig);
376 ATF_ADD_TEST_CASE(tcs, duplicate);
H A Dtext.cpp46 impl::duplicate(const char* str) function in class:impl
/bind-9.11.3/unit/atf-src/tools/
H A Dtext_test.cpp42 ATF_TEST_CASE(duplicate); variable
43 ATF_TEST_CASE_HEAD(duplicate)
45 set_md_var("descr", "Tests the duplicate function");
47 ATF_TEST_CASE_BODY(duplicate)
49 using tools::text::duplicate;
53 char* copy = duplicate(orig);
380 ATF_ADD_TEST_CASE(tcs, duplicate);
H A Dtext.cpp45 impl::duplicate(const char* str) function in class:impl

Completed in 12 milliseconds