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_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/base/containers/span.h"
Go to the source code of this file.
Functions | |
TEST (FixedSizedDataVector, NoData) | |
TEST (FixedSizeDataVector, UninitData) | |
TEST (FixedSizeDataVector, ZeroedData) | |
TEST (FixedSizeDataVector, TryZeroedData) | |
TEST (FixedSizeDataVector, TryAllocFailure) | |
TEST (FixedSizeDataVector, MoveConstruct) | |
TEST (FixedSizeDataVector, MoveAssign) | |
TEST (FixedSizeDataVector, Subspan) | |
TEST (FixedSizeDataVector, First) | |
TEST (FixedSizeDataVector, Last) | |
TEST | ( | FixedSizeDataVector | , |
First | ) |
Definition at line 131 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
Last | ) |
Definition at line 144 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
MoveAssign | ) |
Definition at line 97 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
MoveConstruct | ) |
Definition at line 67 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
Subspan | ) |
Definition at line 110 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
TryAllocFailure | ) |
Definition at line 58 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizeDataVector | , |
TryZeroedData | ) |
Definition at line 46 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 34 of file fixed_size_data_vector_unittest.cpp.
TEST | ( | FixedSizedDataVector | , |
NoData | ) |
Definition at line 16 of file fixed_size_data_vector_unittest.cpp.