Searched defs:Int64 (Results 1 – 5 of 5) sorted by relevance
60 typedef long Int64; typedef66 typedef __int64 Int64; typedef70 typedef long long int Int64; typedef
89 bool Int64(int64_t i64) { PrettyPrefix(kNumberType); return Base::WriteInt64(i64); } in Int64() function
176 bool Int64(int64_t i64) { Prefix(kNumberType); return EndValue(WriteInt64(i64)); } in Int64() function
175 …bool Int64(int64_t i) { Number n; n.u.i = i; n.d = static_cast<double>(i); return WriteNumber(n); } in Int64() function716 bool Int64(Context& context, int64_t i) const { in Int64() function
206 bool Int64(int64_t) { return static_cast<Override&>(*this).Default(); } in Int64() function