Lines Matching refs:std
56 void InitUpdaterLogger(const std::string &tag, const std::string &logFile, const std::string &stageFile,
57 const std::string &errorCodeFile);
69 std::ostream& OutputUpdaterLog(const std::string &path, int line);
72 std::stringstream oss_;
74 static inline std::unordered_map<int, std::string> logLevelMap_ = {
89 std::ostream& OutputUpdaterStage();
100 std::ostream& OutputErrorCode(const std::string &path, int line, UpdaterErrorCode code);