reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
165 const Flags GetMask() const;
79 if (log && log->GetMask().AllSet(mask)) 90 if (log && log->GetMask().AnySet(mask))tools/lldb/unittests/Utility/LogTest.cpp
306 std::thread log_thread([this, &mask] { mask = getLog()->GetMask().Get(); });