Home | History | Annotate | Download | only in include

Lines Matching refs:UInt64

265 //   Int32, UInt32, Int64, UInt64, TimeInMillis
2774 // uint32, uint64, and etc here.
2797 typedef TypeWithSize<8>::UInt UInt64;
9510 // pointer. Casting to UInt64 first solves the problem.
9512 reinterpret_cast<internal::UInt64>(p));