Home
last modified time | relevance | path

Searched defs:_setp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/
H A Dhelpers.h30 void _setp(T* begin, T* end) { return this->setp(begin, end); } in _setp() function
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.assign/
H A Dassign.pass.cpp68 void _setp(T* begin, T* end) { return this->setp(begin, end); } in _setp() function in test_syncbuf