Home
last modified time | relevance | path

Searched refs:LITERALS_TIME (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.h89 constexpr std::array<std::string_view, 7> LITERALS_TIME = {"ns", "us", "ms", "s", "m", "h", "day"}; variable
Dtype_converter.cpp116 return TypeConverter(COEFFS_TIME, LITERALS_TIME, times_in_nanos); in TimeConverter()