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