Searched refs:templated (Results 1 – 2 of 2) sorted by relevance
215 T templated(T x) { in templated() function235 auto templated = [](auto x) { return x; }; in TEST() local247 EXPECT_EQ(check(templated), 0); in TEST()251 EXPECT_EQ(check(Function::make<&ImplicitConversionsHelper::templated<int>>(&helper)), 0); in TEST()
23 // param tests must not depend on any codec2 libraries as all params should be templated