Home
last modified time | relevance | path

Searched defs:TestAliasedString (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d149 struct TestAliasedString in version() struct
151 string get() @safe @nogc pure nothrow { return _s; } in version()
152 alias get this; in version()
154 string _s; in version()
H A Dpath.d108 struct TestAliasedString in version() struct
110 string get() @safe @nogc pure nothrow { return _s; } in version()
111 alias get this; in version()
113 string _s; in version()
H A Dfile.d135 version (unittest) private struct TestAliasedString struct
137 string get() @safe @nogc pure nothrow { return _s; } in get()
138 alias get this;
140 string _s;
H A Duni.d729 struct TestAliasedString in version() struct
731 string get() @safe @nogc pure nothrow { return _s; } in version()
732 alias get this; in version()
734 string _s; in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d149 struct TestAliasedString in version() struct
154 string _s; in version()
H A Dpath.d116 struct TestAliasedString in version() struct
121 string _s; in version()
H A Dfile.d144 version (StdUnittest) private struct TestAliasedString struct
149 string _s;