Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/vendor/
H A Dtinyformat.hpp211 struct formatValueAsType struct
213 static void invoke(std::ostream& /*out*/, const T& /*value*/) { assert(0); } in invoke()
218 struct formatValueAsType<T,fmtT,true> struct
220 static void invoke(std::ostream& out, const T& value) in invoke()