7 references to Leb128IntLength
Microsoft.ML.Data (7)
DataLoadSave\Binary\BinarySaver.cs (5)
315
expectedPosition += Utils.
Leb128IntLength
((ulong)metadataInfos.Count);
327
expectedPosition += Utils.
Leb128IntLength
((ulong)stringLen) + stringLen;
341
expectedPosition += Utils.
Leb128IntLength
((ulong)blockSize);
518
expectedPosition += Utils.
Leb128IntLength
((uint)nameLen) + nameLen;
528
expectedPosition += Utils.
Leb128IntLength
((uint)rowsPerBlock);
DataLoadSave\Binary\CodecFactory.cs (2)
128
bytes = checked(bytes + Utils.
Leb128IntLength
((uint)bytes));
134
bytes = checked(bytes + Utils.
Leb128IntLength
((uint)mem.Length) + output);