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

Method Reset

library/cpp/yson/token.cpp:200–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 void TToken::Reset() {
201 Type_ = ETokenType::EndOfStream;
202 Int64Value = 0;
203 Uint64Value = 0;
204 DoubleValue = 0.0;
205 StringValue = TStringBuf();
206 BooleanValue = false;
207 }
208
209 TString ToString(const TToken& token) {
210 switch (token.GetType()) {

Callers 15

ParseNextMethod · 0.45
ParseMethod · 0.45
ResolveAMethod · 0.45
RegisterOptionsMethod · 0.45
getopt_long_implFunction · 0.45
MakeInfoFunction · 0.45
InitMethod · 0.45
TIterImplMethod · 0.45
InitMethod · 0.45
InitializeMethod · 0.45
TBrotliCompressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected