Home
last modified time | relevance | path

Searched refs:GetNames (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpoint.h108 void GetNames(SBStringList &names);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h641 void GetNames(std::vector<std::string> &names) { in GetNames() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp634 void SBBreakpoint::GetNames(SBStringList &names) { in GetNames() function in SBBreakpoint
643 bkpt_sp->GetNames(names_vec); in GetNames()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp915 m_breakpoint->GetNames(names); in SearchCallback()
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCookBook.md1689 MOCK_METHOD1(GetNames, void(std::back_insert_iterator<vector<string> >));
1699 EXPECT_CALL(rolodex, GetNames(_))