Home
last modified time | relevance | path

Searched refs:streamsize (Results 1 – 25 of 41) sorted by relevance

12

/third_party/vk-gl-cts/executor/
DxeXMLWriter.cpp80 std::streamsize EscapeStreambuf::xsputn (const char* s, std::streamsize count) in xsputn()
82 std::streamsize numWritten = 0; in xsputn()
84 for (std::streamsize inPos = 0; inPos < count; inPos++) in xsputn()
99 m_dst.write(entity, (std::streamsize)strlen(entity)); in xsputn()
DxeXMLWriter.hpp44 std::streamsize xsputn (const char* s, std::streamsize count);
/third_party/node/deps/v8/src/utils/
Dostreams.cc81 std::streamsize OFStreamBase::xsputn(const char* s, std::streamsize n) { in xsputn()
82 return static_cast<std::streamsize>( in xsputn()
100 std::streamsize AndroidLogStream::xsputn(const char* s, std::streamsize n) { in xsputn()
Dostreams.h33 std::streamsize xsputn(const char* s, std::streamsize n) override;
74 std::streamsize xsputn(const char* s, std::streamsize n) override;
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_debug.cpp73 std::streamsize stderr_streambuf::xsputn ( const char *s, std::streamsize n ) in xsputn()
75 std::streamsize i = n; in xsputn()
Dsfn_debug.h48 std::streamsize xsputn ( const char *s, std::streamsize n );
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dostringstream.cc28 std::streamsize OStringStream::xsputn(const char* s, std::streamsize n) { in xsputn()
Dostringstream.h80 std::streamsize xsputn(const char* s, std::streamsize n) override;
/third_party/zlib/contrib/iostream3/
Dzfstream.h102 virtual std::streamsize
137 std::streamsize n);
215 std::streamsize buffer_size;
Dzfstream.cc168 std::streamsize
176 return std::streamsize(this->egptr() - this->gptr()); in showmanyc()
267 std::streamsize n) in setbuf()
/third_party/gn/src/gn/
Dstring_output_buffer.h77 std::streamsize xsputn(const char* s, std::streamsize n) override { in xsputn()
/third_party/protobuf/src/google/protobuf/stubs/
Dint128.cc133 std::streamsize div_base_log; in operator <<()
177 std::streamsize width = o.width(0); in operator <<()
/third_party/cups-filters/filter/
Dpdfutils.c341 long streamsize=-pdf->filepos; in pdfOut_write_font() local
343 streamsize+=pdf->filepos; in pdfOut_write_font()
352 ,l0_obj,streamsize); in pdfOut_write_font()
/third_party/elfio/elfio/
Delfio_utils.hpp260 inline void adjust_stream_size( std::ostream& stream, std::streamsize offset ) in adjust_stream_size()
264 std::streamsize size = offset - stream.tellp(); in adjust_stream_size()
/third_party/skia/third_party/externals/brotli/research/
Ddictionary_generator.cc70 outfile.write(content.c_str(), static_cast<std::streamsize>(content.size())); in writeFile()
83 static_cast<std::streamsize>(sampleSize)); in writeSamples()
/third_party/astc-encoder/Source/
Dastcenccli_image_external.cpp99 std::streamsize size = file.tellg(); in load_png_with_wuffs()
/third_party/json/include/nlohmann/detail/output/
Doutput_adapters.hpp89 stream.write(s, static_cast<std::streamsize>(length)); in write_characters()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp275 std::streamsize xsputn (const char* s, std::streamsize count);
294 std::streamsize DebugOutStreambuf::xsputn (const char* s, std::streamsize count) in xsputn()
296 for (std::streamsize pos = 0; pos < count; pos++) in xsputn()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dutil.cc29 static_cast<std::streamsize>(size)); in WriteBinary()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128.cc210 std::streamsize width = os.width(0); in operator <<()
307 std::streamsize width = os.width(0); in operator <<()
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
Dstring_piece.cc17 o.write(piece.data(), static_cast<std::streamsize>(piece.size())); in operator <<()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Diostream_state_saver.h50 using precision_type = std::streamsize;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dio.hpp79 typedef ::std::streamsize streamsize_type;
/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_common_fuzzer.cc130 static_cast<std::streamsize>(size)); in Run()
/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.h150 std::streamsize oldWidth = os.width(); in FmtHex()

12