Lines Matching refs:pure

136         @safe pure nothrow @nogc Char toChar(Char)(size_t i) const
144 @safe pure nothrow unittest
232 @safe pure unittest
252 @safe pure nothrow @nogc this(ref const scope ubyte[16] uuidData)
257 @safe pure nothrow @nogc this(const ubyte[16] uuidData)
263 @safe pure unittest
277 @safe pure this(T...)(T uuidData)
391 @safe pure unittest
403 @safe pure unittest
465 @trusted pure nothrow @nogc @property bool empty() const
480 @safe pure unittest
488 @safe pure unittest
527 @safe pure nothrow @nogc @property Variant variant() const
547 @safe pure unittest
552 @system pure unittest
588 @safe pure nothrow @nogc @property Version uuidVersion() const
644 @safe pure nothrow @nogc void swap(ref UUID rhs)
667 @safe pure nothrow @nogc bool opEquals(const UUID s) const
673 @safe pure unittest
696 @safe pure nothrow @nogc bool opEquals(ref const scope UUID s) const
704 @safe pure nothrow @nogc int opCmp(const UUID s) const
713 @safe pure nothrow @nogc int opCmp(ref const scope UUID s) const
722 @safe pure nothrow @nogc UUID opAssign(const UUID s)
732 @safe pure nothrow @nogc UUID opAssign(ref const scope UUID s)
743 @safe pure nothrow @nogc size_t toHash() const
897 @trusted pure nothrow string toString() const
906 @safe pure unittest
913 @safe pure nothrow @nogc unittest
934 @system pure nothrow @nogc unittest
1011 @safe pure nothrow @nogc UUID md5UUID(const(char[]) name, const UUID namespace = UUID.init)
1017 @safe pure nothrow @nogc UUID md5UUID(const(ubyte[]) data, const UUID namespace = UUID.init)
1059 @safe pure unittest
1122 @safe pure nothrow @nogc UUID sha1UUID(scope const(char)[] name, scope const UUID namespace = UUID.init)
1128 @safe pure nothrow @nogc UUID sha1UUID(scope const(ubyte)[] data, scope const UUID namespace = UUID.init)
1171 @safe pure unittest
1496 @safe pure unittest
1725 Throwable next = null, string file = __FILE__, size_t line = __LINE__) pure @trusted