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 in ubyte[16] uuidData)
257 @safe pure nothrow @nogc this(in 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(in UUID s) const
673 @safe pure unittest
696 @safe pure nothrow @nogc bool opEquals(ref in UUID s) const
704 @safe pure nothrow @nogc int opCmp(in UUID s) const
713 @safe pure nothrow @nogc int opCmp(ref in UUID s) const
722 @safe pure nothrow @nogc UUID opAssign(in UUID s)
732 @safe pure nothrow @nogc UUID opAssign(ref in UUID s)
743 @safe pure nothrow @nogc size_t toHash() const
895 @trusted pure nothrow string toString() const
904 @safe pure unittest
911 @safe pure nothrow @nogc unittest
932 @system pure nothrow @nogc unittest
996 @safe pure nothrow @nogc UUID md5UUID(const(char[]) name, const UUID namespace = UUID.init)
1002 @safe pure nothrow @nogc UUID md5UUID(const(ubyte[]) data, const UUID namespace = UUID.init)
1044 @safe pure unittest
1107 @safe pure nothrow @nogc UUID sha1UUID(in char[] name, const UUID namespace = UUID.init)
1113 @safe pure nothrow @nogc UUID sha1UUID(in ubyte[] data, const UUID namespace = UUID.init)
1156 @safe pure unittest
1476 @safe pure unittest
1698 Throwable next = null, string file = __FILE__, size_t line = __LINE__) pure @trusted