Home
last modified time | relevance | path

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

/external/protobuf/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 …]
/external/libcap/libcap/
Dcap_text.c270 int cap_from_name(const char *name, cap_value_t *value_p) in cap_from_name() argument
274 if (((n = lookupname(&name)) >= 0) && (value_p != NULL)) { in cap_from_name()
275 *value_p = (unsigned) n; in cap_from_name()
/external/google-breakpad/src/common/
Dtest_assembler.cc104 bool Label::IsKnownConstant(uint64_t *value_p) const { in IsKnownConstant()
109 if (value_p) *value_p = addend; in IsKnownConstant()
Dtest_assembler.h138 bool IsKnownConstant(uint64_t *value_p = NULL) const;