Home | History | Annotate | Download | only in Serialization

Lines Matching full:rawid

502   unsigned RawID = ReadUnalignedLE32(d);
503 bool IsInteresting = RawID & 0x01;
506 RawID = RawID >> 1;
508 IdentID ID = Reader.getGlobalIdentifierID(F, RawID);