Searched refs:ShouldHide (Results 1 – 7 of 7) sorted by relevance
27 bool ShouldHide() override { return m_hidden; } in ShouldHide() function in ScriptedRecognizedStackFrame51 bool hidden = m_interpreter->ShouldHide(m_python_object_sp, frame); in RecognizeFrame()
1268 return recognized_frame_sp->ShouldHide(); in IsHidden()
48 virtual bool ShouldHide() { return false; } in ShouldHide() function
52 bool ShouldHide() override { return true; } in ShouldHide() function
255 virtual bool ShouldHide(const StructuredData::ObjectSP &implementor, in ShouldHide() function
101 bool ShouldHide(const StructuredData::ObjectSP &implementor,
1514 bool ScriptInterpreterPythonImpl::ShouldHide( in ShouldHide() function in ScriptInterpreterPythonImpl