Searched refs:enumRep (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | conv.d | 953 return to!T(enumRep!(immutable(T), S, member)); 963 return to!T(enumRep!(immutable(T), S, member)); 1088 private template enumRep(T, S, S value) 1091 static T enumRep = toStr!T(value); variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | conv.d | 1068 return to!T(enumRep!(immutable(T), S, member)); 1078 return to!T(enumRep!(immutable(T), S, member)); 1217 private template enumRep(T, S, S value) 1220 static T enumRep = toStr!T(value);
|