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