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

Method UpdateParentBuf

util/string/split.h:719–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717
718 private:
719 void UpdateParentBuf(TIterator tokenStart, TIterator tokenDelim) noexcept {
720 *static_cast<TStringBufType*>(this) = MakeStringBuf<TStringBufType>(tokenStart, tokenDelim);
721 if constexpr (!THasData<String>::value) {
722 this->HaveToUseNextToken = false;
723 }
724 }
725
726 bool DelimiterIsEmpty() const noexcept {
727 return TokenDelim() == DelimiterEnd_ && !this->HaveToUseNextToken;

Callers 2

NextMethod · 0.80
StopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected