Home
last modified time | relevance | path

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

/external/bcc/src/cc/vendor/
Dtinyformat.hpp226 struct formatZeroIntegerWorkaround struct
231 struct formatZeroIntegerWorkaround<T,true> struct
328 else if(detail::formatZeroIntegerWorkaround<T>::invoke(out, value)) /**/; in formatValue()