Home
last modified time | relevance | path

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

/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_mesh_connectivity_array.cpp240 const IndexType* get_offset_ptr(IndexType ID, const IndexType* offsets) in get_offset_ptr() function
373 const IndexType* cur_offsets = get_offset_ptr(cur_ID, offsets); in append()
568 const IndexType* front_offsets = get_offset_ptr(front_ID, offsets); in testInsert()
577 const IndexType* middle_offsets = get_offset_ptr(middle_ID, offsets); in testInsert()
586 const IndexType* back_offsets = get_offset_ptr(back_ID, offsets); in testInsert()
701 const IndexType* cur_offsets = get_offset_ptr(cur_ID, offsets); in testCapacity()