Lines Matching refs:ref
201 aTmp.nChar = *p->pChar; goto ref; in ImpGetByte()
204 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetByte()
206 aTmp.nLong = *p->pLong; goto ref; in ImpGetByte()
208 aTmp.nULong = *p->pULong; goto ref; in ImpGetByte()
211 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetByte()
213 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetByte()
216 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetByte()
218 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetByte()
221 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetByte()
223 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetByte()
225 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetByte()
226 ref: in ImpGetByte()