Searched refs:Destructor (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | logimpl.h | 9 #define PETSC_LOG_RESIZABLE_ARRAY(Container, Entry, Key, Constructor, Destructor, Equal) \ argument 45 PetscErrorCode (*destructor)(Entry *) = Destructor; \
|
| /petsc/src/sys/logging/state/ |
| H A D | logregistry.c | 4 static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##Destructor(Entry *entry) \ 10 PETSC_LOG_RESIZABLE_ARRAY(Container, Entry, Key, NULL, PetscLog##Container##Destructor, Equal)
|