Flutter Engine
The Flutter Engine
|
#include <wrl/client.h>
#include <wrl/implements.h>
#include <cstdint>
#include <utility>
#include "base/win/dispatch_stub.h"
#include "base/win/scoped_variant.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
namespace | base |
namespace | base::win |
Functions | |
base::win::TEST (ScopedVariantTest, Empty) | |
base::win::TEST (ScopedVariantTest, ConstructBstr) | |
base::win::TEST (ScopedVariantTest, SetBstr) | |
base::win::TEST (ScopedVariantTest, ReleaseBstr) | |
base::win::TEST (ScopedVariantTest, ResetToEmptyBstr) | |
base::win::TEST (ScopedVariantTest, TakeOwnershipBstr) | |
base::win::TEST (ScopedVariantTest, SwapBstr) | |
base::win::TEST (ScopedVariantTest, CompareBstr) | |
base::win::TEST (ScopedVariantTest, ReceiveAndCopyBstr) | |
base::win::TEST (ScopedVariantTest, SetBstrFromBstrVariant) | |
base::win::TEST (ScopedVariantTest, SetDate) | |
base::win::TEST (ScopedVariantTest, SetSigned1Byte) | |
base::win::TEST (ScopedVariantTest, SetSigned2Byte) | |
base::win::TEST (ScopedVariantTest, SetSigned4Byte) | |
base::win::TEST (ScopedVariantTest, SetSigned8Byte) | |
base::win::TEST (ScopedVariantTest, SetUnsigned1Byte) | |
base::win::TEST (ScopedVariantTest, SetUnsigned2Byte) | |
base::win::TEST (ScopedVariantTest, SetUnsigned4Byte) | |
base::win::TEST (ScopedVariantTest, SetUnsigned8Byte) | |
base::win::TEST (ScopedVariantTest, SetReal4Byte) | |
base::win::TEST (ScopedVariantTest, SetReal8Byte) | |
base::win::TEST (ScopedVariantTest, SetBooleanTrue) | |
base::win::TEST (ScopedVariantTest, SetBooleanFalse) | |
base::win::TEST (ScopedVariantTest, SetComIDispatch) | |
base::win::TEST (ScopedVariantTest, SetComNullIDispatch) | |
base::win::TEST (ScopedVariantTest, SetComIUnknown) | |
base::win::TEST (ScopedVariantTest, SetComNullIUnknown) | |
base::win::TEST (ScopedVariant, ScopedComIDispatchConstructor) | |
base::win::TEST (ScopedVariant, ScopedComIDispatchMove) | |
base::win::TEST (ScopedVariant, ScopedComIDispatchCopy) | |
base::win::TEST (ScopedVariant, ScopedComIUnknownConstructor) | |
base::win::TEST (ScopedVariant, ScopedComIUnknownWithRawVariant) | |
base::win::TEST (ScopedVariant, SetSafeArray) | |
base::win::TEST (ScopedVariant, SetNullSafeArray) | |