Searched refs:defaultCount (Results 1 – 2 of 2) sorted by relevance
75 static inline int getIterationCount (const tcu::TestContext& ctx, int defaultCount) in getIterationCount() argument78 return cmdLineValue > 0 ? cmdLineValue : defaultCount; in getIterationCount()
77 static inline int getIterationCount (const tcu::TestContext& ctx, int defaultCount) in getIterationCount() argument80 return cmdLineValue > 0 ? cmdLineValue : defaultCount; in getIterationCount()