Home
last modified time | relevance | path

Searched defs:WriteImpl (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DStreamAsynchronousIO.cpp34 size_t StreamAsynchronousIO::WriteImpl(const void *s, size_t length) { in WriteImpl() function in StreamAsynchronousIO
H A DStreamFile.cpp51 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl() function in StreamFile
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStreamBuffer.h45 size_t WriteImpl(const void *s, size_t length) override { in WriteImpl() function
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStreamString.cpp26 size_t StreamString::WriteImpl(const void *s, size_t length) { in WriteImpl() function in StreamString
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStreamTee.h111 size_t WriteImpl(const void *s, size_t length) override { in WriteImpl() function