Searched refs:try_convert (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/lexical_cast/detail/ |
D | converter_numeric.hpp | 108 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()
|
D | converter_lexical.hpp | 475 static inline bool try_convert(const Source& arg, Target& result) { in try_convert() function
|
/third_party/boost/boost/lexical_cast/ |
D | try_lexical_convert.hpp | 149 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/ |
D | xps_to_png.cs | 72 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/ |
D | xps_to_png.cs | 72 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()
|