Home
last modified time | relevance | path

Searched defs:Int64 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/lzma/
H A DTypes.h60 typedef long Int64; typedef
66 typedef __int64 Int64; typedef
70 typedef long long int Int64; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dprettywriter.h89 bool Int64(int64_t i64) { PrettyPrefix(kNumberType); return Base::WriteInt64(i64); } in Int64() function
H A Dwriter.h176 bool Int64(int64_t i64) { Prefix(kNumberType); return EndValue(WriteInt64(i64)); } in Int64() function
H A Dschema.h175 …bool Int64(int64_t i) { Number n; n.u.i = i; n.d = static_cast<double>(i); return WriteNumber(n); } in Int64() function
716 bool Int64(Context& context, int64_t i) const { in Int64() function
H A Dreader.h206 bool Int64(int64_t) { return static_cast<Override&>(*this).Default(); } in Int64() function