Home
last modified time | relevance | path

Searched refs:parseTimestamp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dchrono.hpp31 Timestamp parseTimestamp(const char *);
33 Timestamp parseTimestamp(const int32_t timestamp);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dchrono.cpp40 Timestamp parseTimestamp(const char* timestamp) { in parseTimestamp() function
44 Timestamp parseTimestamp(const int32_t timestamp) { in parseTimestamp() function
H A Dhttp_header.cpp47 return util::parseTimestamp((*retryAfter).c_str()); in parseRetryHeaders()
51 return util::parseTimestamp(std::stoi(*xRateLimitReset)); in parseRetryHeaders()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_request.cpp81 response.modified = util::parseTimestamp(line.second.constData()); in handleNetworkReply()
89 response.expires = util::parseTimestamp(line.second.constData()); in handleNetworkReply()