Home | History | Annotate | Download | only in intltest

Lines Matching refs:outbuf

100     TestCheckedArrayByteSink(char* outbuf, int32_t capacity)
101 : CheckedArrayByteSink(outbuf, capacity), calledFlush(FALSE) {}