Searched refs:PUBLIC_FMT_LABEL (Results 1 – 2 of 2) sorted by relevance
61 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); … in PrintLongLog()63 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); … in PrintLongLog()121 if (FindSubStrCount(log, PUBLIC_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()122 return PUBLIC_FMT_LABEL; in GetFmtLabel()
29 const std::string PUBLIC_FMT_LABEL = "%{public}s"; variable102 if (fmtlabel == PUBLIC_FMT_LABEL) { \