Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/vendor/
H A Dtinyformat.hpp226 struct formatZeroIntegerWorkaround struct
228 static bool invoke(std::ostream& /**/, const T& /**/) { return false; } in invoke()
231 struct formatZeroIntegerWorkaround<T,true> struct
233 static bool invoke(std::ostream& out, const T& value) in invoke()