Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp160 lldb::ExpressionCancelCallback callback, void *baton) { in SetCancelCallback()
252 EvaluateExpressionOptions *SBExpressionOptions::get() const { in get() function in SBExpressionOptions
H A DSBCommandInterpreter.cpp437 CommandInterpreter *SBCommandInterpreter::get() { return m_opaque_ptr; } in get() function in SBCommandInterpreter
543 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-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp421 const auto &get = [&](DWARFUnit *unit) { in GetTypes() local
1695 ConstString class_name, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetObjCMethods()
/freebsd-14.2/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()