Searched refs:periodName (Results 1 – 1 of 1) sorted by relevance
194 … std::string periodName = this->period_ == 0 ? "BEFORE" : (this->period_ == 1 ? "AFTER" : "OLD"); in ToString() local196 … ss << this->albumName_ << "_" << this->lPath_ << "_" << dbTypeName << "_" << periodName << "_" in ToString()