Home
last modified time | relevance | path

Searched refs:second_ (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dutility.hpp150 …compressed_pair_impl(first_type x, second_type y) : base_type(std::move_if_noexcept(x)), second_(s… in compressed_pair_impl()
152 compressed_pair_impl(second_type x) : second_(std::move_if_noexcept(x)) { } in compressed_pair_impl()
157 second_type &second() noexcept { return second_; } in second()
158 const second_type &second() const noexcept { return second_; } in second()
161 second_type second_; member in Petsc::util::detail::compressed_pair_impl
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh4578 real second_()
4585 } /* second_ */