Searched refs:_internal_checkpoint_path (Results 1 – 2 of 2) sorted by relevance
1287 if (!from._internal_checkpoint_path().empty()) { in SessionLog()1288 _this->_impl_.checkpoint_path_.Set(from._internal_checkpoint_path(), in SessionLog()1429 if (!this->_internal_checkpoint_path().empty()) { in _InternalSerialize()1431 …this->_internal_checkpoint_path().data(), static_cast<int>(this->_internal_checkpoint_path().lengt… in _InternalSerialize()1435 2, this->_internal_checkpoint_path(), target); in _InternalSerialize()1465 if (!this->_internal_checkpoint_path().empty()) { in ByteSizeLong()1468 this->_internal_checkpoint_path()); in ByteSizeLong()1505 if (!from._internal_checkpoint_path().empty()) { in MergeFrom()1506 _this->_internal_set_checkpoint_path(from._internal_checkpoint_path()); in MergeFrom()
829 const std::string& _internal_checkpoint_path() const; in Swap()2318 return _internal_checkpoint_path(); in checkpoint_path()2332 inline const std::string& SessionLog::_internal_checkpoint_path() const { in _internal_checkpoint_path() function