Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros
ref_counted_unittest.cc File Reference
#include "flutter/fml/memory/ref_counted.h"
#include "flutter/fml/macros.h"
#include "gtest/gtest.h"

Go to the source code of this file.

Namespaces

namespace  fml
 

Macros

#define ALLOW_PESSIMIZING_MOVE(code_line)   code_line;
 
#define ALLOW_SELF_MOVE(code_line)   code_line;
 
#define ALLOW_SELF_ASSIGN_OVERLOADED(code_line)   code_line;
 

Macro Definition Documentation

◆ ALLOW_PESSIMIZING_MOVE

#define ALLOW_PESSIMIZING_MOVE (   code_line)    code_line;

Definition at line 20 of file ref_counted_unittest.cc.

◆ ALLOW_SELF_ASSIGN_OVERLOADED

#define ALLOW_SELF_ASSIGN_OVERLOADED (   code_line)    code_line;

Definition at line 39 of file ref_counted_unittest.cc.

◆ ALLOW_SELF_MOVE

#define ALLOW_SELF_MOVE (   code_line)    code_line;

Definition at line 29 of file ref_counted_unittest.cc.