Searched refs:WithDebugFlags (Results 1 – 1 of 1) sorted by relevance
215 class WithDebugFlags { class217 static WithDebugFlags createNested(const WithDebugFlags& parent) { in createNested()218 return WithDebugFlags(parent.mFlags); in createNested()221 WithDebugFlags() = default;222 explicit WithDebugFlags(const ModuleDebug& initial) : mInitial(initial), mFlags(initial) {} in WithDebugFlags() function in WithDebugFlags223 WithDebugFlags(const WithDebugFlags&) = delete;224 WithDebugFlags& operator=(const WithDebugFlags&) = delete;225 ~WithDebugFlags() { in ~WithDebugFlags()495 debug.reset(new WithDebugFlags()); in SetUpDebug()576 std::unique_ptr<WithDebugFlags> debug;[all …]