Home
last modified time | relevance | path

Searched +defs:get +defs:callback (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp167 lldb::ExpressionCancelCallback callback, void *baton) { in SetCancelCallback()
259 EvaluateExpressionOptions *SBExpressionOptions::get() const { in get() function in SBExpressionOptions
H A DSBCommandInterpreter.cpp438 CommandInterpreter *SBCommandInterpreter::get() { return m_opaque_ptr; } in get() function in SBCommandInterpreter
545 const char *command_name, lldb::CommandOverrideCallback callback, in SetCommandOverrideCallback()
H A DSBDebugger.cpp272 lldb::LogOutputCallback callback, void *baton) in Create()
1309 Debugger *SBDebugger::get() const { return m_opaque_sp.get(); } in get() function in SBDebugger
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js2425 get: function( elem ) { method
2433 get: function( elem ) { method
2603 get: function( elem, name ) { method
2673 get: function( elem ) { method
2693 get: function( elem, name ) { method
2770 get: nodeHook.get, property
2785 get: function( elem ) { method
2795 get: function( elem ) { method
2810 get: function( elem ) { method
2835 get: function( elem ) { method
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp421 const auto &get = [&](DWARFUnit *unit) { in GetTypes() local
1722 ConstString class_name, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetObjCMethods()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp358 WINDOW *get() { return m_window; } in get() function in curses::Surface
3829 CallbackType callback) in CommonCompletionSearcherDelegate()