Lines Matching refs:Result
172 CondRefOf(Integer, Result)
173 CondRefOf(String, Result)
174 CondRefOf(Buffer, Result)
175 CondRefOf(Package, Result)
180 DerefOf(CondRefOf(Integer, Result))
181 DerefOf(CondRefOf(String, Result))
182 DerefOf(CondRefOf(Buffer, Result))
183 DerefOf(CondRefOf(Package, Result))
578 // 5 - CondRefOf (any, Result) => Boolean
582 // * 11 - FindSetLeftBit (int, Result) => Integer
583 // * 12 - FindSetRightBit (int, Result) => Integer
584 // * 13 - FromBCD (int, Result) => Integer
587 // * 31 - Not (int, Result) => Integer
598 // * 46 - ToBCD (int, Result) => Integer
599 // * 47 - ToBuffer ({int|str|buf}, Result) => Buffer
600 // * 48 - ToDecimalString ({int|str|buf}, Result) => String
601 // * 49 - ToHexString ({int|str|buf}, Result) => String
602 // * 50 - ToInteger ({int|str|buf}, Result) => Integer
607 // * 1 - Add (int, int, Result) => Integer
608 // * 2 - And (int, int, Result) => Integer
609 // * 3 - Concatenate ({int|str|buf}, {int|str|buf}, Result) => ComputationalData
610 // * 4 - ConcatResTempl (rtb, rtb, Result) => Buffer
611 // * 9 - Divide (int, int, Remainder, Result) => Integer
621 // * 27 - Mod (int, int, Result) => Integer
622 // * 28 - Multiply (int, int, Result) => Integer
623 // * 29 - NAnd (int, int, Result) => Integer
624 // * 30 - NOr (int, int, Result) => Integer
625 // * 33 - Or (int, int, Result) => Integer
626 // * 38 - ShiftLeft (int, int, Result) => Integer
627 // * 39 - ShiftRight (int, int, Result) => Integer
628 // * 45 - Subtract (int, int, Result) => Integer
629 // * 51 - ToString (buf, int, Result) => String
631 // * 53 - XOr (int, int, Result) => Integer
636 // * 26 - Mid ({str|buf}, int, int, Result) => Buffer or String
702 "Implicit Result Object Conversion".