#include "base/win/scoped_safearray.h"
#include "base/test/gtest_util.h"
#include <array>
#include <cstddef>
#include <vector>
#include "gtest/gtest.h"
Go to the source code of this file.
|
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayMethods) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayMoveConstructor) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayMoveAssignOperator) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayCast) |
| |
| | base::win::TEST (ScopedSafearrayTest, InitiallyEmpty) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayGetCount) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayInitialLockScope) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayLockScopeMoveConstructor) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayLockScopeMoveAssignOperator) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayLockScopeTypeMismatch) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayLockScopeRandomAccess) |
| |
| | base::win::TEST (ScopedSafearrayTest, ScopedSafearrayLockScopeIterator) |
| |