Searched refs:rEntr (Results 1 – 2 of 2) sorted by relevance
90 SvStream& operator>>(SvStream& rIStream, SgfEntry& rEntr) in operator >>() argument92 rIStream.Read((char*)&rEntr.Typ,SgfEntrySize); in operator >>()94 rEntr.Typ =SWAPSHORT(rEntr.Typ ); in operator >>()95 rEntr.iFrei=SWAPSHORT(rEntr.iFrei); in operator >>()96 rEntr.lFreiLo=SWAPSHORT (rEntr.lFreiLo); in operator >>()97 rEntr.lFreiHi=SWAPSHORT (rEntr.lFreiHi); in operator >>()98 rEntr.OfsLo=SWAPSHORT(rEntr.OfsLo); in operator >>()99 rEntr.OfsHi=SWAPSHORT(rEntr.OfsHi); in operator >>()
80 friend SvStream& operator>>(SvStream& rIStream, SgfEntry& rEntr);92 friend SvStream& operator>>(SvStream& rIStream, SgfVector& rEntr);
Completed in 14 milliseconds