Searched refs:ReadSInt32 (Results 1 – 2 of 2) sorted by relevance
76 bool InputStream::ReadSInt32(int32& v) { in ReadSInt32() function in InputStream465 if (!fStream->ReadSInt32(attr.val.sint32)) return NULL; in ReadData()495 …if (!fStream->ReadSInt32(attr.val.SInt32_XY.x) || !fStream->ReadSInt32(attr.val.SInt32_XY.y)) retu… in ReadData()518 …if (!fStream->ReadSInt32(attr.val.SInt32_BOX.x1) || !fStream->ReadSInt32(attr.val.SInt32_BOX.y1) || in ReadData()519 …!fStream->ReadSInt32(attr.val.SInt32_BOX.x2) || !fStream->ReadSInt32(attr.val.SInt32_BOX.y2)) retu… in ReadData()
53 bool ReadSInt32(int32& v);