Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dfunctional.hpp34 using result_type = Ret; typedef
45 using result_type = Ret; typedef
55 using result_type = Ret; typedef
H A Dobject_pool.hpp34 using result_type = size_t; typedef
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_linter.py506 result_type = func.result_type
507 result_spelling = result_type.spelling
508 if result_type.get_declaration().kind == clx.CursorKind.NO_DECL_FOUND:
523 assert result_type.kind == clx.TypeKind.INT
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1687 using result_type = thrust::tuple<PetscReal, PetscReal, PetscReal, PetscInt, PetscInt, PetscInt>; typedef in Petsc::vec::cupm::impl::detail::ErrorWNormTransformBase
1714 using result_type = typename base_type::result_type; typedef
1719 …PETSC_NODISCARD PETSC_HOSTDEVICE_INLINE_DECL result_type operator()(const argument_type &x) const … in operator ()()
1741 using result_type = typename base_type::result_type; typedef
1746 …PETSC_NODISCARD PETSC_HOSTDEVICE_INLINE_DECL result_type operator()(const argument_type &x) const … in operator ()()
1765 using value_type = typename ErrorWNormTransformBase<wnormtype>::result_type;