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
binary_buffer_unittest.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "core/fxcrt/binary_buffer.h"
#include <utility>
#include <vector>
#include "core/fxcrt/bytestring.h"
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for binary_buffer_unittest.cpp:

Go to the source code of this file.

Namespaces

namespace  fxcrt
 

Functions

 fxcrt::TEST (BinaryBuffer, Empty)
 
 fxcrt::TEST (BinaryBuffer, MoveConstruct)
 
 fxcrt::TEST (BinaryBuffer, MoveAssign)
 
 fxcrt::TEST (BinaryBuffer, Clear)
 
 fxcrt::TEST (BinaryBuffer, AppendSpans)
 
 fxcrt::TEST (BinaryBuffer, AppendBlocks)
 
 fxcrt::TEST (BinaryBuffer, AppendStrings)
 
 fxcrt::TEST (BinaryBuffer, AppendBytes)
 
 fxcrt::TEST (BinaryBuffer, AppendUint16)
 
 fxcrt::TEST (BinaryBuffer, AppendUint32)
 
 fxcrt::TEST (BinaryBuffer, AppendDouble)