Lines Matching refs:FormatEntity
5019 FormatEntity::Parse( in FrameTreeDelegate()
5035 if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5061 FormatEntity::Entry m_format;
5068 FormatEntity::Parse("thread #${thread.index}: tid = ${thread.id}{, stop " in ThreadTreeDelegate()
5093 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5158 FormatEntity::Entry m_format;
5165 FormatEntity::Parse("process ${process.id}{, name = ${process.name}}", in ThreadsTreeDelegate()
5193 if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr, in TreeDelegateDrawTreeItem()
5276 FormatEntity::Entry m_format;
6706 FormatEntity::Parse("Thread: ${thread.id%tid}", m_format); in StatusBarWindowDelegate()
6727 if (thread && FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, in WindowDelegateDraw()
6753 FormatEntity::Entry m_format;