Searched defs:NotCopyable (Results 1 – 4 of 4) sorted by relevance
276 struct NotCopyable { in TYPED_TEST() struct277 typename TestFixture::T inttype; in TYPED_TEST()278 std::unique_ptr<int> ptr; in TYPED_TEST()280 static NotCopyable Make(int i) { in TYPED_TEST()
39 struct NotCopyable { struct
3570 class NotCopyable { class3572 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() function in testing::gmock_matchers_test::NotCopyable
4677 class NotCopyable { class4679 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() function in testing::gmock_matchers_test::__anon67385ff30111::NotCopyable