Lines Matching refs:testAny
249 static bool testAny(Type typ, Object value, XBridgeTest xLBT ) in testAny() method in cs_testobj.BridgeTest
272 bReturn = testAny( null, data.Byte ,xLBT ) && bReturn; in performAnyTest()
273 bReturn = testAny( null, data.Short,xLBT ) && bReturn; in performAnyTest()
274 bReturn = testAny( null, data.UShort,xLBT ) && bReturn; in performAnyTest()
275 bReturn = testAny( null, data.Long,xLBT ) && bReturn; in performAnyTest()
276 bReturn = testAny( null, data.ULong,xLBT ) && bReturn; in performAnyTest()
277 bReturn = testAny( null, data.Hyper,xLBT ) && bReturn; in performAnyTest()
278 bReturn = testAny( null,data.UHyper,xLBT ) && bReturn; in performAnyTest()
279 bReturn = testAny( null, data.Float,xLBT ) && bReturn; in performAnyTest()
280 bReturn = testAny( null, data.Double,xLBT ) && bReturn; in performAnyTest()
281 bReturn = testAny( null, data.Enum,xLBT ) && bReturn; in performAnyTest()
282 bReturn = testAny( null, data.String,xLBT ) && bReturn; in performAnyTest()
283 bReturn = testAny(typeof(XWeak), data.Interface,xLBT ) && bReturn; in performAnyTest()
284 bReturn = testAny(null, data, xLBT ) && bReturn; in performAnyTest()