uint64 ReceivedBundle::TimeTag() const { return ToUInt64( timeTag_ ); }
unsigned long long XMLElement::GetUInt64(const ea::string& name) const { return ToUInt64(GetAttribute(name)); }
uint64 ReceivedMessageArgument::AsTimeTagUnchecked() const { return ToUInt64( argument_ ); }