Searched refs:get_id_ (Results 1 – 2 of 2) sorted by relevance
50 PETSC_NODISCARD id_type get_id_() const noexcept;121 inline typename CUPMStream<T>::id_type CUPMStream<T>::get_id_() const noexcept in get_id_() function in Petsc::device::cupm::CUPMStream
33 …PETSC_NODISCARD id_type get_id() const noexcept { return static_cast<const T &>(*this).get_id_(); } in get_id()55 PETSC_NODISCARD static constexpr id_type get_id_() noexcept { return 0; } in get_id_() function in Petsc::device::StreamBase