Searched refs:Uint64 (Results 1 – 6 of 6) sorted by relevance
119 bool Uint64(int64_t u) in Uint64() function
100 …bool Uint64(uint64_t u64) { PrettyPrefix(kNumberType); return Base::EndValue(Base::WriteUint64(u… in Uint64() function
187 bool Uint64(uint64_t u64) { Prefix(kNumberType); return EndValue(WriteUint64(u64)); } in Uint64() function
347 …bool Uint64(uint64_t u) { Number n; n.u.u = u; n.d = static_cast<double>(u); return WriteNumber(n)… in Uint64() function1031 bool Uint64(Context& context, uint64_t u) const { in Uint64() function2836 bool Uint64(uint64_t u) { RAPIDJSON_SCHEMA_HANDLE_VALUE_(Uint64, (CurrentContext(), u), (u)); }
209 bool Uint64(uint64_t) { return static_cast<Override&>(*this).Default(); } in Uint64() function1736 cont = handler.Uint64(i64); in ParseNumber()
1983 else return handler.Uint64(data_.n.u64);2825 bool Uint64(uint64_t i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; }