Lines Matching refs:testAny
221 bool testAny( in testAny() function
259 bReturn = testAny( data.Byte ,xLBT ) && bReturn; in performAnyTest()
260 bReturn = testAny( data.Short,xLBT ) && bReturn; in performAnyTest()
261 bReturn = testAny( data.UShort,xLBT ) && bReturn; in performAnyTest()
262 bReturn = testAny( data.Long,xLBT ) && bReturn; in performAnyTest()
263 bReturn = testAny( data.ULong,xLBT ) && bReturn; in performAnyTest()
264 bReturn = testAny( data.Hyper,xLBT ) && bReturn; in performAnyTest()
265 bReturn = testAny( data.UHyper,xLBT ) && bReturn; in performAnyTest()
266 bReturn = testAny( data.Float,xLBT ) && bReturn; in performAnyTest()
267 bReturn = testAny( data.Double,xLBT ) && bReturn; in performAnyTest()
268 bReturn = testAny( data.Enum,xLBT ) && bReturn; in performAnyTest()
269 bReturn = testAny( data.String,xLBT ) && bReturn; in performAnyTest()
270 bReturn = testAny( data.Interface,xLBT ) && bReturn; in performAnyTest()
271 bReturn = testAny( data, xLBT ) && bReturn; in performAnyTest()
272 bReturn &= testAny( in performAnyTest()