Home
last modified time | relevance | path

Searched refs:GetULong (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/base/include/berberis/base/
Dformat_buffer.h218 return PutUInt(out, style, nullptr, 0, args_->GetULong(), 10); in PutLongSpec()
220 return PutUInt(out, style, nullptr, 0, args_->GetULong(), 16); in PutLongSpec()
347 uintmax_t GetULong() { return va_arg(ap_, unsigned long); } in GetULong() function
/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc151 uintmax_t GetULong() { return params_.GetParam<unsigned long>(); } in GetULong() function in berberis::__anon619791690111::FormatBufferGuestParamsArgs