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

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include "core/fxcrt/fixed_size_data_vector.h"
#include <limits>
#include <numeric>
#include <utility>
#include "core/fxcrt/span.h"
#include "core/fxcrt/stl_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
Include dependency graph for fixed_size_data_vector_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (FixedSizedDataVector, NoData)
 TEST (FixedSizeDataVector, UninitData)
 TEST (FixedSizeDataVector, TryUninitData)
 TEST (FixedSizeDataVector, ZeroedData)
 TEST (FixedSizeDataVector, TryZeroedData)
 TEST (FixedSizeDataVector, TryAllocFailures)
 TEST (FixedSizeDataVector, MoveConstruct)
 TEST (FixedSizeDataVector, MoveAssign)
 TEST (FixedSizeDataVector, TruncatedFrom)
 TEST (FixedSizeDataVector, Subspan)
 TEST (FixedSizeDataVector, First)
 TEST (FixedSizeDataVector, Last)

Function Documentation

◆ TEST() [1/12]

TEST ( FixedSizeDataVector ,
First  )

Definition at line 158 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [2/12]

TEST ( FixedSizeDataVector ,
Last  )

Definition at line 171 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [3/12]

TEST ( FixedSizeDataVector ,
MoveAssign  )

Definition at line 113 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [4/12]

TEST ( FixedSizeDataVector ,
MoveConstruct  )

Definition at line 83 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [5/12]

TEST ( FixedSizeDataVector ,
Subspan  )

Definition at line 137 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [6/12]

TEST ( FixedSizeDataVector ,
TruncatedFrom  )

Definition at line 126 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [7/12]

TEST ( FixedSizeDataVector ,
TryAllocFailures  )

Definition at line 69 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [8/12]

TEST ( FixedSizeDataVector ,
TryUninitData  )

Definition at line 34 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [9/12]

TEST ( FixedSizeDataVector ,
TryZeroedData  )

Definition at line 57 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [10/12]

TEST ( FixedSizeDataVector ,
UninitData  )

Definition at line 23 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [11/12]

TEST ( FixedSizeDataVector ,
ZeroedData  )

Definition at line 45 of file fixed_size_data_vector_unittest.cpp.

◆ TEST() [12/12]

TEST ( FixedSizedDataVector ,
NoData  )

Definition at line 16 of file fixed_size_data_vector_unittest.cpp.