Lines Matching defs:result_
27 RT_API_ATTRS void Reinitialize() { result_.reset(); }31 if (result_) {33 result_ = operation_(*result_, *operand);35 result_ = operation_(&*result_, operand);38 result_ = *operand;44 if (result_) {45 *to = *result_;55 common::optional<T> result_;