6 writes to _count
Microsoft.ML.Tokenizers (6)
Utils\Vec.cs (6)
31
_count
= 0;
37
_count
= 0;
50
_count
= 1;
59
_buffer[
_count
++] = t;
74
_count
--;
77
public void Clear() =>
_count
= 0;
5 references to _count
Microsoft.ML.Tokenizers (5)
Utils\Vec.cs (5)
21
if (index >=
_count
)
42
public int Count =>
_count
;
54
if (_buffer.Length <=
_count
)
64
if (index >=
_count
|| _buffer is null)
69
for (int i = index; i <
_count
- 1; i++)