Searched defs:WriteImpl (Results 1 – 8 of 8) sorted by relevance
/external/perfetto/include/perfetto/tracing/ |
D | traced_value.h | 270 WriteImpl(base::priority_tag<4>, TracedValue context, T&& value) { in WriteImpl() function 277 WriteImpl(base::priority_tag<4>, TracedValue context, T&& value) { in WriteImpl() function 321 WriteImpl(base::priority_tag<1>, TracedValue context, T&& value) { in WriteImpl() function
|
/external/llvm-project/lldb/source/Core/ |
D | StreamAsynchronousIO.cpp | 33 size_t StreamAsynchronousIO::WriteImpl(const void *s, size_t length) { in WriteImpl() function in StreamAsynchronousIO
|
D | StreamFile.cpp | 50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl() function in StreamFile
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | StreamBuffer.h | 45 size_t WriteImpl(const void *s, size_t length) override { in WriteImpl() function
|
/external/llvm-project/lldb/source/Utility/ |
D | StreamString.cpp | 26 size_t StreamString::WriteImpl(const void *s, size_t length) { in WriteImpl() function in StreamString
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | StreamTee.h | 115 size_t WriteImpl(const void *s, size_t length) override { in WriteImpl() function
|
/external/llvm-project/lldb/unittests/Utility/ |
D | StreamTeeTest.cpp | 92 size_t WriteImpl(const void *src, size_t src_len) override { in WriteImpl() function
|
/external/tensorflow/tensorflow/lite/tools/serialization/ |
D | writer_lib.cc | 58 TfLiteStatus WriteImpl(const std::string& filename, void* data, size_t size) { in WriteImpl() function
|