Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-comparison.cpp102 std::vector<std::vector<bool>> expected_lt = variable
119 REQUIRE(expected_lt.size() == j_types.size());
122 REQUIRE(expected_lt[i].size() == j_types.size());
130 CHECK((j_types[i] < j_types[j]) == expected_lt[i][j]);
132 CHECK(operator<(j_types[i], j_types[j]) == expected_lt[i][j]);
134 CHECK(f(j_types[i], j_types[j]) == expected_lt[i][j]); variable
158 REQUIRE(expected.size() == expected_lt.size());
161 REQUIRE(expected[i].size() == expected_lt[i].size());
166 CHECK(std::is_lt(expected[i][j]) == expected_lt[i][j]); variable
230 std::vector<std::vector<bool>> expected_lt variable
537 CHECK(std::is_lt(expected[i][j]) == expected_lt[i][j]); global() variable
[all...]

Completed in 1 milliseconds