Searched refs:pending_changes_or_error (Results 1 – 1 of 1) sorted by relevance
355 ErrorOr<std::vector<PendingQueryChange>> pending_changes_or_error = in OnRecordChanged() local357 if (pending_changes_or_error.is_error()) { in OnRecordChanged()360 << pending_changes_or_error.error(); in OnRecordChanged()361 log(std::move(pending_changes_or_error.error())); in OnRecordChanged()365 pending_changes_or_error.value(); in OnRecordChanged()