![]() |
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/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"
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) |
TEST | ( | FixedSizeDataVector | , |
First | ) |
Definition at line 158 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
Last | ) |
Definition at line 171 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
MoveAssign | ) |
Definition at line 113 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
MoveConstruct | ) |
Definition at line 83 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
Subspan | ) |
Definition at line 137 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
TruncatedFrom | ) |
Definition at line 126 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
TryAllocFailures | ) |
Definition at line 69 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
TryUninitData | ) |
Definition at line 34 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
TryZeroedData | ) |
Definition at line 57 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
UninitData | ) |
Definition at line 23 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
ZeroedData | ) |
Definition at line 45 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizedDataVector | , |
NoData | ) |
Definition at line 16 of file fixed_size_data_vector_unittest.cpp.