#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 22 of file ref_counted_unittest.cc.
| #define ALLOW_SELF_ASSIGN_OVERLOADED | ( | code_line | ) | code_line; |
Definition at line 41 of file ref_counted_unittest.cc.
| #define ALLOW_SELF_MOVE | ( | code_line | ) | code_line; |
Definition at line 31 of file ref_counted_unittest.cc.