Searched refs:prependstring (Results 1 – 7 of 7) sorted by relevance
51 void prependstring(const char *string);
75 void OutBuffer::prependstring(const char *string) in prependstring() function
54 void prependstring(const char *string);
331 extern (C++) void prependstring(const(char)* string) pure nothrow in prependstring() function841 buf.prependstring("def");
1466 buf.prependstring("."); in fullyQualifiedName()1467 buf.prependstring(package_.ident.toChars()); in fullyQualifiedName()