Searched defs:TestAliasedString (Results 1 – 7 of 7) sorted by relevance
149 struct TestAliasedString in version() struct151 string get() @safe @nogc pure nothrow { return _s; } in version()152 alias get this; in version()154 string _s; in version()
108 struct TestAliasedString in version() struct110 string get() @safe @nogc pure nothrow { return _s; } in version()111 alias get this; in version()113 string _s; in version()
135 version (unittest) private struct TestAliasedString struct137 string get() @safe @nogc pure nothrow { return _s; } in get()138 alias get this;140 string _s;
729 struct TestAliasedString in version() struct731 string get() @safe @nogc pure nothrow { return _s; } in version()732 alias get this; in version()734 string _s; in version()
149 struct TestAliasedString in version() struct154 string _s; in version()
116 struct TestAliasedString in version() struct121 string _s; in version()
144 version (StdUnittest) private struct TestAliasedString struct149 string _s;