Searched defs:pbeg (Results 1 - 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
H A Dsetp.pass.cpp15 // void setp(char_type* pbeg, char_type* pend);
28 void setp(CharT* pbeg, CharT* pend) argument
30 base::setp(pbeg, pend);
31 assert(base::pbase() == pbeg);
32 assert(base::pptr() == pbeg);
H A Dpbump.pass.cpp28 void setp(CharT* pbeg, CharT* pend) argument
30 base::setp(pbeg, pend);
35 CharT* pbeg = base::pbase(); local
39 assert(base::pbase() == pbeg);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
H A Dxsputn.pass.cpp27 void setp(char* pbeg, char* pend) argument
29 base::setp(pbeg, pend);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputc.pass.cpp33 void setp(char* pbeg, char* pend) argument
35 base::setp(pbeg, pend);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
H A Dcopy.pass.cpp45 void setp(CharT* pbeg, CharT* pend) argument
47 base::setp(pbeg, pend);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dassign.pass.cpp46 void setp(CharT* pbeg, CharT* pend) argument
48 base::setp(pbeg, pend);
H A Dswap.pass.cpp56 void setp(CharT* pbeg, CharT* pend) argument
58 base::setp(pbeg, pend);

Completed in 44 milliseconds