1 write to Sibling
Microsoft.ML.Tokenizers.Tests (1)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (1)
396
_nodes[(int)childId].
Sibling
= _nodes[(int)id].Child;
7 references to Sibling
Microsoft.ML.Tokenizers.Tests (7)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (7)
462
for (; id != 0; id = _nodes[(int)id].
Sibling
)
474
for (uint i = _nodes[(int)nodeId].
Sibling
; i != 0; i = _nodes[(int)i].
Sibling
)
489
for (uint i = nodeId; i != 0; i = _nodes[(int)i].
Sibling
, --unitId)
564
for (uint i = nodeId; i != 0; i = _nodes[(int)i].
Sibling
)
582
for (uint i = nodeId; i != 0; i = _nodes[(int)i].
Sibling
)
596
next = _nodes[(int)i].
Sibling
;