Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/base/include/berberis/base/
Dformat_buffer.h199 return PutInt(out, style, args_->GetInt(), 10); in PutSpec()
261 style.width = args_->GetInt(); in ParseStyle()
343 intmax_t GetInt() { return va_arg(ap_, int); } in GetInt() function
/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc147 intmax_t GetInt() { return params_.GetParam<int>(); } in GetInt() function in berberis::__anon619791690111::FormatBufferGuestParamsArgs