Searched refs:SetErrorStringWithVarArg (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Core/
H A DError.h272 SetErrorStringWithVarArg (const char *format, va_list args);
/external/lldb/source/Core/
H A DError.cpp331 int length = SetErrorStringWithVarArg (format, args);
343 Error::SetErrorStringWithVarArg (const char *format, va_list args) function in class:Error
/external/lldb/source/API/
H A DSBError.cpp171 int num_chars = m_opaque_ap->SetErrorStringWithVarArg (format, args);

Completed in 747 milliseconds