Searched refs:isDummyKey (Results 1 – 1 of 1) sorted by relevance
43 PetscBool isMergeKey, isDummyKey, isIncludeTag; in PetscParseLayerYAML() local66 PetscCall(PetscStrbeginswith(STR(keynode), "$$", &isDummyKey)); in PetscParseLayerYAML()67 if (isDummyKey) { in PetscParseLayerYAML()111 PetscCall(PetscStrbeginswith(STR(kn), "$$", &isDummyKey)); in PetscParseLayerYAML()112 if (isDummyKey) continue; in PetscParseLayerYAML()