Searched refs:file_ (Results 1 – 1 of 1) sorted by relevance
35 std::string file_ {""};40 : file_(file), line_(line), func_(func) { in file_() function48 if (file_.empty()) { in ToString()51 size_t split = file_.find_last_of("/\\"); in ToString()55 …std::string caller("[" + file_.substr(split + 1) + "(" + func_ + ":" + std::to_string(line_) + ")]… in ToString()