Searched refs:PathOpSubmitter (Results 1 – 1 of 1) sorted by relevance
553 class PathOpSubmitter { class555 PathOpSubmitter() = delete;556 PathOpSubmitter(const PathOpSubmitter&) = delete;557 const PathOpSubmitter& operator=(const PathOpSubmitter&) = delete;558 PathOpSubmitter(PathOpSubmitter&& that) in PathOpSubmitter() function in __anon459911e60111::PathOpSubmitter566 PathOpSubmitter& operator=(PathOpSubmitter&& that) { in operator =()567 this->~PathOpSubmitter(); in operator =()568 new (this) PathOpSubmitter{std::move(that)}; in operator =()571 PathOpSubmitter(bool isAntiAliased,577 ~PathOpSubmitter();[all …]