Lines Matching refs:pair_map
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()
338 PetscCall(PetscNestedHashGetPairs(nested->pair_map, &offset, keys, vals)); in PetscLogNestedCreatePerfNodes()