Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig1051 PythonObject callback_result = callable(result_arg);
1053 long long ret_val = unwrapOrSetPythonException(As<long long>(callback_result));
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3325 const auto callback_result = m_print_callback(result); in IOHandlerInputComplete() local
3326 if (callback_result == eCommandReturnObjectPrintCallbackSkipped) in IOHandlerInputComplete()