Searched refs:prependbyte (Results 1 – 4 of 4) sorted by relevance
58 void prependbyte(unsigned b);
429 extern (C++) void prependbyte(uint b) pure nothrow in prependbyte() function842 buf.prependbyte('x');
55 void prependbyte(unsigned b);
168 void OutBuffer::prependbyte(unsigned b) in prependbyte() function