Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLString.cpp25 static std::string to_string_impl(RoundtripType value) { in to_string_impl() function
53 return to_string_impl<float, 9>(value); in to_string()
57 return to_string_impl<double, 17>(value); in to_string()