Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h1677 TestCase(const TestCase& other);
1678 TestCase(TestCase&&) = delete;
1681 TestCase& operator=(const TestCase& other);
1684 TestCase& operator=(TestCase&&) = delete;
4366 TestCase::TestCase(const TestCase& other)
4372 TestCase& TestCase::operator=(const TestCase& other) {
4385 TestCase& TestCase::operator*(const char* in) {
4396 bool TestCase::operator<(const TestCase& other) const {
4418 bool fileOrderComparator(const TestCase* lhs, const TestCase* rhs) {
4430 bool suiteOrderComparator(const TestCase* lhs, const TestCase* rhs) {
[all …]