Lines Matching refs:rData
36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
38 rData.Bool = bBool;
39 rData.Char = cChar;
40 rData.Byte = nByte;
41 rData.Short = nShort;
42 rData.UShort = nUShort;
43 rData.Long = nLong;
44 rData.ULong = nULong;
45 rData.Hyper = nHyper;
46 rData.UHyper = nUHyper;
47 rData.Float = fFloat;
48 rData.Double = fDouble;
49 rData.Enum = eEnum;
50 rData.String = rStr;
51 rData.Interface = xTest;
52 rData.Any = rAny;