Searched refs:record_event_ (Results 1 – 2 of 2) sorted by relevance
51 PetscErrorCode record_event_(event_type &) const noexcept;127 inline PetscErrorCode CUPMStream<T>::record_event_(event_type &event) const noexcept in record_event_() function in Petsc::device::cupm::CUPMStream
38 return static_cast<const T &>(*this).record_event_(std::forward<E>(event)); in record_event()58 static constexpr PetscErrorCode record_event_(const typename U::event_type &) noexcept in record_event_() function in Petsc::device::StreamBase