Searched defs:Uint (Results 1 – 5 of 5) sorted by relevance
105 bool Uint(unsigned u) in Uint() function
98 …bool Uint(unsigned u) { PrettyPrefix(kNumberType); return Base::EndValue(Base::WriteUint(u))… in Uint() function
185 bool Uint(unsigned u) { Prefix(kNumberType); return EndValue(WriteUint(u)); } in Uint() function
345 …bool Uint(unsigned u) { Number n; n.u.u = u; n.d = static_cast<double>(u); return WriteNumber(n); } in Uint() function1017 bool Uint(Context& context, unsigned u) const { in Uint() function
207 bool Uint(unsigned) { return static_cast<Override&>(*this).Default(); } in Uint() function