Home | History | Annotate | Download | only in intltest

Lines Matching full:outbuf

1835     TestCheckedArrayByteSink(char* outbuf, int32_t capacity)
1836 : CheckedArrayByteSink(outbuf, capacity), calledFlush(FALSE) {}