Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/base/include/berberis/base/
Dformat_buffer.h216 return PutInt(out, style, args_->GetLong(), 10); in PutLongSpec()
344 intmax_t GetLong() { return va_arg(ap_, long); } in GetLong() function
/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc148 intmax_t GetLong() { return params_.GetParam<long>(); } in GetLong() function in berberis::__anon619791690111::FormatBufferGuestParamsArgs