Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcommand.h60 uint64_t tmp_value; variable
61 if (!android::base::ParseUint(args[*pi], &tmp_value, max, allow_suffixes) || tmp_value < min) {
65 *value = static_cast<T>(tmp_value);