Lines Matching refs:ref
195 aTmp.nLong = *p->pLong; goto ref; in ImpGetInteger()
197 aTmp.nULong = *p->pULong; goto ref; in ImpGetInteger()
200 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetInteger()
202 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInteger()
205 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInteger()
207 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetInteger()
210 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetInteger()
212 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetInteger()
214 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInteger()
215 ref: in ImpGetInteger()
503 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetInt64()
505 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInt64()
508 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInt64()
510 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetInt64()
513 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetInt64()
515 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInt64()
516 ref: in ImpGetInt64()
806 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetUInt64()
808 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUInt64()
811 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUInt64()
813 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUInt64()
816 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetUInt64()
818 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetUInt64()
819 ref: in ImpGetUInt64()