Home
last modified time | relevance | path

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

/dports/cad/opentimer/OpenTimer-18d28ff/ot/unit/
H A Dunit.hpp16 std::optional<second_t> make_time_unit(std::string_view);
H A Dunit.cpp6 std::optional<second_t> make_time_unit(std::string_view str) { in make_time_unit() function
/dports/cad/opentimer/OpenTimer-18d28ff/ot/shell/
H A Dbuilder.cpp13 if(auto unit = make_time_unit(token); unit) { in _set_units()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/liberty/
H A Dcelllib.cpp681 time_unit = make_time_unit(*itr); in read()