Searched refs:xsputn (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputn.pass.cpp28 std::streamsize xsputn(const char_type* s, std::streamsize n) function in struct:test
/external/deqp/executor/
H A DxeXMLWriter.hpp44 std::streamsize xsputn (const char* s, std::streamsize count);
/external/deqp/framework/common/
H A DtcuCommandLine.cpp186 std::streamsize xsputn (const char* s, std::streamsize count);
205 std::streamsize DebugOutStreambuf::xsputn (const char* s, std::streamsize count) function in class:tcu::DebugOutStreambuf
226 return xsputn(&chVal, 1) == 1 ? ch : -1;

Completed in 164 milliseconds