Home
last modified time | relevance | path

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

/third_party/boost/boost/lexical_cast/detail/
Dconverter_numeric.hpp108 static inline bool try_convert(const Source &arg, Target& result) BOOST_NOEXCEPT { in try_convert() function
116 static inline bool try_convert(const Source &arg, Target& result) BOOST_NOEXCEPT { in try_convert() function
155 static inline bool try_convert(const Source &arg, Target& result) BOOST_NOEXCEPT { in try_convert() function
165 return caster_type::try_convert(arg, result); in try_convert()
Dconverter_lexical.hpp475 static inline bool try_convert(const Source& arg, Target& result) { in try_convert() function
/third_party/boost/boost/lexical_cast/
Dtry_lexical_convert.hpp149 static inline bool try_convert(T&& arg, Target& result) { in try_convert() function
154 static inline bool try_convert(const Source& arg, Target& result) {
201 return caster_type::try_convert(arg, result); in try_lexical_convert()
/third_party/skia/experimental/xps_to_png/
Dxps_to_png.cs72 static void try_convert(double dpi, string path, string out_path) { in try_convert() method in Program
102 () => try_convert(dpi, file, file)); in Main()
/third_party/flutter/skia/experimental/xps_to_png/
Dxps_to_png.cs72 static void try_convert(double dpi, string path, string out_path) { in try_convert() method in Program
102 () => try_convert(dpi, file, file)); in Main()