Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfx_bitstream_unittest.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "core/fxcrt/cfx_bitstream.h"
#include <limits>
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for cfx_bitstream_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (fxcrt, BitStream)
 
 TEST (fxcrt, BitStreamEmpty)
 
 TEST (fxcrt, BitStreamBig)
 
 TEST (fxcrt, BitStreamSameAsReferenceGetBits32)
 

Function Documentation

◆ TEST() [1/4]

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().

+ Here is the call graph for this function:

◆ TEST() [2/4]

TEST ( fxcrt ,
BitStreamBig  )

Definition at line 157 of file cfx_bitstream_unittest.cpp.

References CFX_BitStream::ByteAlign(), and CFX_BitStream::IsEOF().

+ Here is the call graph for this function:

◆ TEST() [3/4]

TEST ( fxcrt ,
BitStreamEmpty  )

Definition at line 132 of file cfx_bitstream_unittest.cpp.

References CFX_BitStream::ByteAlign(), CFX_BitStream::GetBits(), and CFX_BitStream::IsEOF().

+ Here is the call graph for this function:

◆ TEST() [4/4]

TEST ( fxcrt ,
BitStreamSameAsReferenceGetBits32  )

Definition at line 182 of file cfx_bitstream_unittest.cpp.

References CFX_BitStream::GetBits(), and CFX_BitStream::Rewind().

+ Here is the call graph for this function: