Home
last modified time | relevance | path

Searched defs:IntType (Results 1 – 2 of 2) sorted by relevance

/openbmc/libcper/include/libcper/
H A Dcper-utils.h16 typedef enum { UINT_8T, UINT_16T, UINT_32T, UINT_64T } IntType; typedef
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp259 std::string toISO8061ExtendedStr(std::chrono::duration<IntType, Period> t) in toISO8061ExtendedStr()