Searched defs:NotCopyable (Results 1 – 5 of 5) sorted by relevance
271 struct NotCopyable { in TYPED_TEST() struct272 TypeParam inttype; in TYPED_TEST()273 std::unique_ptr<int> ptr; in TYPED_TEST()275 static NotCopyable Make(int i) { in TYPED_TEST()
31 struct NotCopyable { struct
39 struct NotCopyable { struct
92 class NotCopyable { class94 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() function in testing::gmock_matchers_test::__anonbebd5cf20111::NotCopyable
4835 class NotCopyable { in TEST() class4837 explicit NotCopyable(int a_value) : value_(a_value) {} in TEST() function in testing::gmock_matchers_test::__anon9be9be2f0111::NotCopyable