Searched refs:TemplatedCopyable (Results 1 – 1 of 1) sorted by relevance
71 class TemplatedCopyable { class73 TemplatedCopyable() = default;76 TemplatedCopyable(const U& other) {} // NOLINT in TemplatedCopyable() function in testing::gmock_function_mocker_test::TemplatedCopyable107 virtual int TypeWithTemplatedCopyCtor(const TemplatedCopyable<int>&) = 0;176 (const TemplatedCopyable<int>&)); // NOLINT246 int(const TemplatedCopyable<int>&)); // NOLINT404 EXPECT_TRUE(this->foo_->TypeWithTemplatedCopyCtor(TemplatedCopyable<int>())); in TYPED_TEST()