Lines Matching refs:result
765 // pattern) matches ch. The result is undefined if the atom is invalid.
890 // result is undefined.
918 // be a valid simple regular expression, or the result is undefined.
1307 // the result to *value and returns true; otherwise leaves *value
1327 const auto result = static_cast<int32_t>(long_value);
1331 result != long_value
1343 *value = result;
1376 int32_t result = default_value;
1378 &result)) {
1385 return result;