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

Method push_back

library/cpp/token/token_structure.h:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 // Tokens.reserve(MAX_SUBTOKENS); don't reserve memory
111 }
112 void push_back(const TCharSpan& s) {
113 push_back(s.Pos, s.Len, s.Type, s.TokenDelim, s.Hyphen, s.SuffixLen, s.PrefixLen);
114 }
115 void push_back(size_t offset, size_t len, ETokenType type = TOKEN_WORD, ETokenDelim tokenDelim = TOKDELIM_NULL, EHyphenType hyphen = HYPHEN_NONE,
116 ui16 suffixLen = 0, ui16 prefixLen = 0) {
117 Y_ASSERT(type == TOKEN_WORD || type == TOKEN_NUMBER || type == TOKEN_MARK || type == TOKEN_FLOAT || type == TOKEN_MIXED);

Callers 15

RegisterSymbolMethod · 0.45
TestAllAtOnceFunction · 0.45
TestStreamsFunction · 0.45
ListCodecsMethod · 0.45
AddMethod · 0.45
MannWhitneyWithSignFunction · 0.45
WilcoxonWithSignFunction · 0.45
SucceededSendMethod · 0.45
FailedSendMethod · 0.45
AddToSendOrderMethod · 0.45
RecvCycleMethod · 0.45
TransferMethod · 0.45

Calls 4

TCharSpanClass · 0.85
push_backFunction · 0.50
sizeMethod · 0.45
backMethod · 0.45

Tested by 4

TestAllAtOnceFunction · 0.36
TestStreamsFunction · 0.36
AddTestMethod · 0.36
GetPortMethod · 0.36