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

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

#include "core/fxcrt/maybe_owned.h"
#include <memory>
#include <utility>
#include "core/fxcrt/unowned_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for maybe_owned_unittest.cpp:

Go to the source code of this file.

Namespaces

namespace  fxcrt
 

Functions

 fxcrt::TEST (MaybeOwned, Null)
 
 fxcrt::TEST (MaybeOwned, NotOwned)
 
 fxcrt::TEST (MaybeOwned, UnownedPtr)
 
 fxcrt::TEST (MaybeOwned, Owned)
 
 fxcrt::TEST (MaybeOwned, Release)
 
 fxcrt::TEST (MaybeOwned, Move)
 
 fxcrt::TEST (MaybeOwned, MoveElisionThwarted)