Home
last modified time | relevance | path

Searched defs:MoveOnly (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc128 class MoveOnly { class in testing::gmock_nice_strict_test::MockBaz
139 MockBaz(MoveOnly) {} in MockBaz() argument
H A Dgmock-more-actions_test.cc496 struct MoveOnly { struct
497 explicit MoveOnly(int v) : i(v) {} in MoveOnly() function
498 MoveOnly(MoveOnly&& o) { in MoveOnly() function
502 MoveOnly& operator=(MoveOnly&& o) { in operator =()
507 int i;
H A Dgmock-matchers-comparisons_test.cc999 class MoveOnly { class
1001 explicit MoveOnly(int i) : i_(i) {} in MoveOnly() function in testing::gmock_matchers_test::__anonbdf523750111::MoveOnly
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dunique_function_test.cpp101 TEST(UniqueFunctionTest, MoveOnly) { in TEST() argument