Searched refs:SetErrorStringWithVarArg (Results 1 – 3 of 3) sorted by relevance
58 SetErrorStringWithVarArg(format, args); in Status()205 length = SetErrorStringWithVarArg(format, args); in SetExpressionErrorWithFormat()259 int length = SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()268 int Status::SetErrorStringWithVarArg(const char *format, va_list args) { in SetErrorStringWithVarArg() function in Status
175 int SetErrorStringWithVarArg(const char *format, va_list args);
137 int num_chars = m_opaque_up->SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()