Searched defs:TimeStampInfo (Results 1 – 1 of 1) sorted by relevance
2986 private struct TimeStampInfo struct2988 private __gshared bool initdone = false;2994 __gshared char[11 + 1] date;2995 __gshared char[8 + 1] time;2996 __gshared char[24 + 1] timestamp;2998 public static void initialize(const ref Loc loc) nothrow in initialize()