| 1259 | |
| 1260 | private: |
| 1261 | static struct ::tm* buildTimeInfo(struct timeval* currTime, struct ::tm* timeInfo); |
| 1262 | static char* parseFormat(char* buf, std::size_t bufSz, const char* format, const struct tm* tInfo, |
| 1263 | std::size_t msec, const base::SubsecondPrecision* ssPrec); |
| 1264 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected