Lines Matching refs:testAny
268 static bool testAny(Type* typ, Object* value, XBridgeTest* xLBT )
291 bReturn = testAny( 0, __box(data->Byte), xLBT ) && bReturn;
292 bReturn = testAny( 0, __box(data->Short), xLBT ) && bReturn;
293 bReturn = testAny( 0, __box(data->UShort), xLBT ) && bReturn;
294 bReturn = testAny( 0, __box(data->Long), xLBT ) && bReturn;
295 bReturn = testAny( 0, __box(data->ULong), xLBT ) && bReturn;
296 bReturn = testAny( 0, __box(data->Hyper), xLBT ) && bReturn;
297 bReturn = testAny( 0, __box(data->UHyper), xLBT ) && bReturn;
298 bReturn = testAny( 0, __box(data->Float), xLBT ) && bReturn;
299 bReturn = testAny( 0, __box(data->Double),xLBT ) && bReturn;
300 bReturn = testAny( 0, __box(data->Enum), xLBT ) && bReturn;
301 bReturn = testAny( 0, data->String,xLBT ) && bReturn;
302 bReturn = testAny(__typeof(XWeak), data->Interface,xLBT ) && bReturn;
303 bReturn = testAny(0, data, xLBT ) && bReturn;