Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/
H A Dgtest.h210 class GTestNonCopyable { class
212 GTestNonCopyable() = default;
213 GTestNonCopyable(const GTestNonCopyable &) = delete;
214 GTestNonCopyable &operator=(const GTestNonCopyable &) = delete;
215 ~GTestNonCopyable() = default;
H A Dgtest-param-test.h452 : public test_suite_name, private ::testing::internal::GTestNonCopyable {\
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h196 class GTestNonCopyable { class
198 GTestNonCopyable() = default;
199 GTestNonCopyable(const GTestNonCopyable&) = delete;
200 GTestNonCopyable& operator=(const GTestNonCopyable&) = delete;
201 ~GTestNonCopyable() = default;
H A Dgtest-param-test.h453 private ::testing::internal::GTestNonCopyable { \

Completed in 10 milliseconds