Home
last modified time | relevance | path

Searched defs:FakeCopyable (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dbackground_task_runner.h166 explicit FakeCopyable(T &&t) : target_(std::forward<T>(t)) {} in FakeCopyable() function
167 FakeCopyable(const FakeCopyable &other) in FakeCopyable() function