Home
last modified time | relevance | path

Searched defs:Uncopyable (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/googletest/googlemock/test/
Dgmock-matchers_test.cc3900 class Uncopyable { class
3902 Uncopyable() : value_(-1) {} in Uncopyable() function in testing::gmock_matchers_test::Uncopyable
3903 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() function in testing::gmock_matchers_test::Uncopyable
/freebsd-12-stable/contrib/googletest/googletest/test/
Dgtest_unittest.cc3848 class Uncopyable { class
3850 explicit Uncopyable(int a_value) : value_(a_value) {} in Uncopyable() function in __anon37c923fa0111::Uncopyable