Searched defs:size_type (Results 1 – 7 of 7) sorted by relevance
36 using size_type = typename base_type::size_type; typedef in Petsc::device::cupm::HostAllocator87 using size_type = typename base_type::size_type; typedef in Petsc::device::cupm::DeviceAllocator
62 using size_type = std::size_t; typedef in Petsc::memory::PoolAllocator192 using size_type = typename allocator_type::size_type; typedef in Petsc::memory::PoolAllocated360 using size_type = typename allocator_type::size_type; typedef in Petsc::ObjectPool
69 using size_type = std::size_t; typedef in Petsc::khash::KHashTable1233 using size_type = typename table_type::size_type; typedef in Petsc::UnorderedMap
98 using size_type = std::size_t; typedef in Petsc::memory::impl::MemoryChunk307 using size_type = typename chunk_type::size_type; typedef in Petsc::memory::impl::MemoryBlock577 using size_type = std::size_t; typedef697 using size_type = typename block_type::size_type; typedef in Petsc::memory::SegmentedMemoryPool
27 …stSizes(MPI_Comm comm, MatType mat_type, PetscInt n, PetscInt N, TestSizeType size_type, PetscBool… in CreateMatWithTestSizes()
291 typedef ConstPetscScalarKokkosView::size_type size_type; typedef756 typedef ConstPetscScalarKokkosView::size_type size_type; typedef1183 typedef ConstPetscScalarKokkosView::size_type size_type; typedef
54 using size_type = PetscCount; member