Searched refs:pair_map (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | lognested.c | 29 PetscCall(PetscNestedHashPut(nested->pair_map, key, &iter, &missing)); in PetscLogEventGetNestedEvent() 41 PetscCall(PetscNestedHashIterSet(nested->pair_map, iter, *nested_event)); in PetscLogEventGetNestedEvent() 43 PetscCall(PetscNestedHashIterGet(nested->pair_map, iter, nested_event)); in PetscLogEventGetNestedEvent() 60 PetscCall(PetscNestedHashPut(nested->pair_map, key, &iter, &missing)); in PetscLogStageGetNestedEvent() 78 PetscCall(PetscNestedHashIterSet(nested->pair_map, iter, *nested_event)); in PetscLogStageGetNestedEvent() 80 PetscCall(PetscNestedHashIterGet(nested->pair_map, iter, nested_event)); in PetscLogStageGetNestedEvent() 127 PetscCall(PetscNestedHashGet(nested->pair_map, key, &val)); in PetscLogNestedCheckNested() 227 PetscCall(PetscNestedHashCreate(&nested->pair_map)); in PetscLogHandlerContextCreate_Nested() 284 PetscCall(PetscNestedHashDestroy(&nested->pair_map)); in PetscLogHandlerDestroy_Nested() 335 PetscCall(PetscNestedHashGetSize(nested->pair_map, &num_map_entries)); in PetscLogNestedCreatePerfNodes() [all …]
|
| H A D | lognested.h | 45 PetscNestedHash pair_map; member
|