Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc699 string text, IntType* value_p) { in safe_parse_positive_int() argument
713 *value_p = value; in safe_parse_positive_int()
717 *value_p = vmax; in safe_parse_positive_int()
722 *value_p = vmax; in safe_parse_positive_int()
727 *value_p = value; in safe_parse_positive_int()
733 const string& text, IntType* value_p) { in safe_parse_negative_int() argument
754 *value_p = value; in safe_parse_negative_int()
758 *value_p = vmin; in safe_parse_negative_int()
763 *value_p = vmin; in safe_parse_negative_int()
768 *value_p = value; in safe_parse_negative_int()
[all …]