Home
last modified time | relevance | path

Searched refs:word (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/platform/default/
H A Dprocess_helper.cpp81 std::string word; in GetProcessStartRealtime() local
82 while (iss >> word) { in GetProcessStartRealtime()
88 startRealtime = word.empty() ? 0 : std::strtod(word.c_str(), nullptr); in GetProcessStartRealtime()

Completed in 1 milliseconds