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

Method EndPos

library/cpp/token/token_structure.h:73–75  ·  view source on GitHub ↗

@note end position does not include suffix length

Source from the content-addressed store, hash-verified

71
72 //! @note end position does not include suffix length
73 inline size_t EndPos() const {
74 return Pos + Len;
75 }
76
77 bool operator==(const TCharSpan& span) const {
78 return ((span.Pos == Pos) && (span.Len == Len) &&

Callers 15

ExtractMethod · 0.80
GetLeftTokenDelimFunction · 0.80
GetRightTokenDelimFunction · 0.80
NextMethod · 0.80
GetMultitokenMethod · 0.80
GetDelimiterMethod · 0.80
HasCharsMethod · 0.80
TCharFilterClass · 0.80
RemoveWideTokenSuffixFunction · 0.80
ExtractWideTokenRangeFunction · 0.80
CutSubtokenFunction · 0.80
CorrectDelimitersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected