Home
last modified time | relevance | path

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

/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
H A Dprintf.h73 class IsZeroInt : public ArgVisitor<IsZeroInt, bool>
493 if (spec.flag(HASH_FLAG) && internal::IsZeroInt().visit(arg))
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dformat.cc261 class IsZeroInt: public fmt::internal::ArgVisitor<IsZeroInt, bool> class
897 if (spec.flag(HASH_FLAG) && IsZeroInt().visit(arg)) in format()