Flutter Engine
The Flutter Engine
|
#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; |
#define ALLOW_PESSIMIZING_MOVE | ( | code_line | ) | code_line; |
Definition at line 20 of file ref_counted_unittest.cc.
#define ALLOW_SELF_ASSIGN_OVERLOADED | ( | code_line | ) | code_line; |
Definition at line 39 of file ref_counted_unittest.cc.
#define ALLOW_SELF_MOVE | ( | code_line | ) | code_line; |
Definition at line 29 of file ref_counted_unittest.cc.