Home | History | Annotate | Download | only in Serialization

Lines Matching refs:RawID

483   unsigned RawID = ReadUnalignedLE32(d);
484 bool IsInteresting = RawID & 0x01;
487 RawID = RawID >> 1;
489 IdentID ID = Reader.getGlobalIdentifierID(F, RawID);