Searched refs:checkDistProperties (Results 1 – 1 of 1) sorted by relevance
1849 checkDistProperties(ctx, "dist", &m.distProperties.Dist)1851 checkDistProperties(ctx, fmt.Sprintf("dists[%d]", i), &m.distProperties.Dists[i])2057 func checkDistProperties(ctx *moduleContext, property string, dist *Dist) { func