Home
last modified time | relevance | path

Searched refs:m_matches (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3833 int GetNumberOfMatches() override { return m_matches.GetSize(); } in GetNumberOfMatches()
3836 return m_matches[index]; in GetMatchTextAtIndex()
3845 result.GetMatches(m_matches); in UpdateMatches()
3849 m_callback(m_matches[match_index]); in ExecuteCallback()
3859 StringList m_matches; member in curses::CommonCompletionSearcherDelegate
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13100 m_matches = m_config->testSpec().matchesByFilter(allTestCases, *m_config);
13103 if (m_matches.empty() && invalidArgs.empty()) {
13108 for (auto const& match : m_matches)
13124 for (auto const& match : m_matches) { in execute()
13146 TestSpec::Matches m_matches; member in Catch::__anon6ccc17cb3811::TestGroup