Home
last modified time | relevance | path

Searched refs:static_exact (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/ftl/
Dfunction_test.cpp219 static auto static_exact(int) -> int { return 0; } in static_exact() function
253 EXPECT_EQ(check(Function::make<&ImplicitConversionsHelper::static_exact>()), 0); in TEST()