Searched refs:SetErrorStringWithVarArg (Results 1 – 3 of 3) sorted by relevance
59 SetErrorStringWithVarArg(format, args); in Status()206 length = SetErrorStringWithVarArg(format, args); in SetExpressionErrorWithFormat()260 int length = SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()269 int Status::SetErrorStringWithVarArg(const char *format, va_list args) { in SetErrorStringWithVarArg() function in Status
170 int SetErrorStringWithVarArg(const char *format, va_list args);
135 int num_chars = m_opaque_up->SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()