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_bitstream.h"
#include <limits>
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (fxcrt, BitStream) | |
TEST (fxcrt, BitStreamEmpty) | |
TEST (fxcrt, BitStreamBig) | |
TEST (fxcrt, BitStreamSameAsReferenceGetBits32) | |
TEST | ( | fxcrt | , |
BitStream | ) |
Definition at line 24 of file cfx_bitstream_unittest.cpp.
References CFX_BitStream::ByteAlign(), CFX_BitStream::GetBits(), CFX_BitStream::IsEOF(), and CFX_BitStream::Rewind().
TEST | ( | fxcrt | , |
BitStreamBig | ) |
Definition at line 157 of file cfx_bitstream_unittest.cpp.
References CFX_BitStream::ByteAlign(), and CFX_BitStream::IsEOF().
TEST | ( | fxcrt | , |
BitStreamEmpty | ) |
Definition at line 132 of file cfx_bitstream_unittest.cpp.
References CFX_BitStream::ByteAlign(), CFX_BitStream::GetBits(), and CFX_BitStream::IsEOF().
TEST | ( | fxcrt | , |
BitStreamSameAsReferenceGetBits32 | ) |
Definition at line 182 of file cfx_bitstream_unittest.cpp.
References CFX_BitStream::GetBits(), and CFX_BitStream::Rewind().