![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/cfx_seekablestreamproxy.h"#include <iterator>#include "core/fxcrt/cfx_read_only_span_stream.h"#include "core/fxcrt/retain_ptr.h"#include "core/fxcrt/span.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST (SeekableStreamProxyTest, NullStream) | |
| TEST (SeekableStreamProxyTest, DefaultStreamBOMNotRecognized) | |
| TEST (SeekableStreamProxyTest, UTF8Stream) | |
| TEST (SeekableStreamProxyTest, UTF16LEStream) | |
| TEST (SeekableStreamProxyTest, UTF16BEStream) | |
| TEST | ( | SeekableStreamProxyTest | , |
| DefaultStreamBOMNotRecognized | ) |
Definition at line 23 of file cfx_seekablestreamproxy_unittest.cpp.
| TEST | ( | SeekableStreamProxyTest | , |
| NullStream | ) |
Definition at line 14 of file cfx_seekablestreamproxy_unittest.cpp.
| TEST | ( | SeekableStreamProxyTest | , |
| UTF16BEStream | ) |
Definition at line 56 of file cfx_seekablestreamproxy_unittest.cpp.
| TEST | ( | SeekableStreamProxyTest | , |
| UTF16LEStream | ) |
Definition at line 44 of file cfx_seekablestreamproxy_unittest.cpp.
| TEST | ( | SeekableStreamProxyTest | , |
| UTF8Stream | ) |
Definition at line 32 of file cfx_seekablestreamproxy_unittest.cpp.