Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc702 const IntType vmax = std::numeric_limits<IntType>::max(); in safe_parse_positive_int() local
703 assert(vmax > 0); in safe_parse_positive_int()
704 assert(vmax >= base); in safe_parse_positive_int()
705 const IntType vmax_over_base = vmax / base; in safe_parse_positive_int()
717 *value_p = vmax; in safe_parse_positive_int()
721 if (value > vmax - digit) { in safe_parse_positive_int()
722 *value_p = vmax; in safe_parse_positive_int()