Home
last modified time | relevance | path

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

/third_party/boost/libs/python/test/
Dobject.cpp12 class NotCopyable class
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc4835 class NotCopyable { in TEST() class
4837 explicit NotCopyable(int a_value) : value_(a_value) {} in TEST() function in testing::gmock_matchers_test::__anonf5dc49dc0111::NotCopyable