Searched defs:writestring (Results 1 – 2 of 2) sorted by relevance
285 extern (C++) void writestring(const(char)* s) pure nothrow in writestring() function294 void writestring(const(char)[] s) pure nothrow in writestring() function300 void writestring(string s) pure nothrow in writestring() function
70 void OutBuffer::writestring(const char *string) in writestring() function