Home
last modified time | relevance | path

Searched defs:ImplicitConversionsHelper (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/ftl/
Dfunction_test.cpp210 struct ImplicitConversionsHelper { struct
211 auto exact(int) -> int { return 0; } in exact()
212 auto inexact(long) -> short { return 0; } in inexact()
215 T templated(T x) { in templated()
219 static auto static_exact(int) -> int { return 0; } in static_exact()
220 static auto static_inexact(long) -> short { return 0; } in static_inexact()
223 static T static_templated(T x) { in static_templated()