Home
last modified time | relevance | path

Searched refs:raw_os_ostream (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Support/
Draw_os_ostream.cpp22 raw_os_ostream::~raw_os_ostream() { in ~raw_os_ostream()
26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos()
DAndroid.mk90 raw_os_ostream.cpp \
DCMakeLists.txt100 raw_os_ostream.cpp
/external/llvm/include/llvm/Support/
Draw_os_ostream.h25 class raw_os_ostream : public raw_ostream {
36 raw_os_ostream(std::ostream &O) : OS(O) {} in raw_os_ostream() function
37 ~raw_os_ostream() override;
/external/llvm/utils/unittest/googletest/
DREADME.LLVM21 added the ability to stream with raw_os_ostream.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h109 raw_os_ostream ros_;
/external/llvm/unittests/Support/
DPath.cpp380 raw_os_ostream(std::cerr) << TempDir; \