Home
last modified time | relevance | path

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

/petsc/src/sys/logging/state/
H A Dlogregistry.c3 #define PETSC_LOG_RESIZABLE_ARRAY_HAS_NAME(Container, Entry, Key, Equal) \ argument
10 PETSC_LOG_RESIZABLE_ARRAY(Container, Entry, Key, NULL, PetscLog##Container##Destructor, Equal)
13 …static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##Equal(Entry *entry, const char *nam…
19 PETSC_LOG_RESIZABLE_ARRAY_HAS_NAME(Container, Entry, const char *, PetscLog##Container##Equal)
/petsc/include/petsc/private/
H A Dlogimpl.h9 #define PETSC_LOG_RESIZABLE_ARRAY(Container, Entry, Key, Constructor, Destructor, Equal) \ argument
97 PetscErrorCode (*equal)(Entry *, Key, PetscBool *) = Equal; \