Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Len

480   unsigned Len = Record[Idx++];
489 SmallString<16> Str(&Record[Idx], &Record[Idx] + Len);
491 Idx += Len;