Searched refs:Bar (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 76 struct Bar { struct 80 Bar() noexcept = default; argument 81 Bar(std::vector<int> x, std::string y) noexcept : x(std::move(x)), y(std::move(y)) { } in Bar() function 83 bool operator==(const Bar &other) const noexcept { return x == other.x && y == other.y; } in operator ==() argument 84 …bool operator<(const Bar &other) const noexcept { return std::tie(x, y) < std::tie(other.x, other.… in operator <() argument 98 friend std::ostream &operator<<(std::ostream &oss, const Bar &b) noexcept in operator <<() argument 673 const auto bar_printer = [](const Bar &value, std::string &buf) { in main() 711 auto ret = Bar{std::move(x), std::to_string(isize)}; in main() 723 …PetscCall(make_tester<Foo, Bar>(vwr, "foo-bar basic map", foo_printer, bar_printer, foo_bar_genera… in main() 724 …PetscCall(make_tester<Foo, Bar, BadHash>(vwr, "foo-bar bad hash map", foo_printer, bar_printer, fo… in main()
|
| /petsc/src/sys/tests/linter/output/ |
| H A D | testValidFunctionDocStrings.patch | 424 -.seealso: testPredeclarationCursorIgnored()`, foo()`, `Bar, baz() 425 +.seealso: `foo()`, `Bar`, `baz()` 429 .seealso: testPredeclarationCursorIgnored()`, foo()`, `Bar, baz()
|