MCPcopy Create free account
hub / github.com/catboost/catboost / GetForwardOffset

Method GetForwardOffset

library/cpp/containers/comptrie/node.h:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 size_t GetForwardOffset() const {
51 return Offsets[D_NEXT];
52 }
53 size_t GetLeftOffset() const {
54 return Offsets[D_LEFT];
55 }

Callers 9

NextNodeMethod · 0.80
RecreateNodeMethod · 0.80
FindEquivalentSubtriesFunction · 0.80
MeasureSubtrieMethod · 0.80
RecreateNodeMethod · 0.80
FillCentralWordMethod · 0.80
FindDescendantsMethod · 0.80
TWriteableNodeMethod · 0.80
GetTailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected