Lines Matching refs:pure

694     this(long stdTime, return scope immutable TimeZone tz = null) return scope @safe pure nothrow
723 ref SysTime opAssign()(auto ref const(SysTime) rhs) scope return @safe pure nothrow
755 bool opEquals()(auto ref const(SysTime) rhs) @safe const pure nothrow scope
822 int opCmp()(auto ref const(SysTime) rhs) @safe const pure nothrow scope
908 size_t toHash() const @nogc pure nothrow @safe scope
2142 @property long stdTime() @safe const pure nothrow scope @nogc
2175 @property void stdTime(long stdTime) @safe pure nothrow scope
2215 @property immutable(TimeZone) timezone() @safe const pure nothrow return scope
2243 @property void timezone(immutable TimeZone timezone) @safe pure nothrow scope
2315 SysTime toLocalTime() @safe const pure nothrow scope
2353 SysTime toUTC() @safe const pure nothrow scope
2379 SysTime toOtherTZ(immutable TimeZone tz) @safe const pure nothrow scope
2435 T toUnixTime(T = time_t)() @safe const pure nothrow scope
2494 static SysTime fromUnixTime(long unixTime, immutable TimeZone tz = LocalTime()) @safe pure nothrow
2552 timeval toTimeVal() @safe const pure nothrow scope
2597 timespec toTimeSpec() @safe const pure nothrow scope;
2601 timespec toTimeSpec() @safe const pure nothrow scope
6299 SysTime opBinary(string op)(Duration duration) @safe const pure nothrow return scope
6519 ref SysTime opOpAssign(string op)(Duration duration) @safe pure nothrow scope
6723 Duration opBinary(string op)(SysTime rhs) @safe const pure nothrow scope
8147 SysTime opCast(T)() @safe const pure nothrow scope
9562 @property static SysTime min() @safe pure nothrow
9580 @property static SysTime max() @safe pure nothrow
9616 static immutable(InitTimeZone) opCall() @safe pure nothrow @nogc { return _initTimeZone; }
9630 this() @safe immutable pure
9657 pragma(inline, true) @property _timezone() @safe const pure nothrow @nogc
9662 pragma(inline, true) @property void _timezone(return scope immutable TimeZone tz) @safe pure nothrow @nogc scope
9725 long unixTimeToStdTime(long unixTime) @safe pure nothrow @nogc
9809 T stdTimeToUnixTime(T = time_t)(long stdTime) @safe pure nothrow
11078 string fracSecsToISOString(int hnsecs, int prec = -1) @safe pure nothrow
11147 static Duration fracSecsFromISOString(S)(scope const S isoString) @safe pure
11249 long getUnitsFromHNSecs(string units)(long hnsecs) @safe pure nothrow
11276 long removeUnitsFromHNSecs(string units)(long hnsecs) @safe pure nothrow