Searched refs:parseTimestamp (Results 1 – 4 of 4) sorted by relevance
31 Timestamp parseTimestamp(const char *);33 Timestamp parseTimestamp(const int32_t timestamp);
40 Timestamp parseTimestamp(const char* timestamp) { in parseTimestamp() function44 Timestamp parseTimestamp(const int32_t timestamp) { in parseTimestamp() function
47 return util::parseTimestamp((*retryAfter).c_str()); in parseRetryHeaders()51 return util::parseTimestamp(std::stoi(*xRateLimitReset)); in parseRetryHeaders()
81 response.modified = util::parseTimestamp(line.second.constData()); in handleNetworkReply()89 response.expires = util::parseTimestamp(line.second.constData()); in handleNetworkReply()