Searched defs:Uint (Results 1 – 5 of 5) sorted by relevance
88 bool Uint(unsigned u) { PrettyPrefix(kNumberType); return Base::WriteUint(u); } in Uint() function
175 bool Uint(unsigned u) { Prefix(kNumberType); return EndValue(WriteUint(u)); } in Uint() function
174 …bool Uint(unsigned u) { Number n; n.u.u = u; n.d = static_cast<double>(u); return WriteNumber(n); } in Uint() function710 bool Uint(Context& context, unsigned u) const { in Uint() function
205 bool Uint(unsigned) { return static_cast<Override&>(*this).Default(); } in Uint() function
394 typedef unsigned int Uint; typedef