Searched refs:SetErrorStringWithVarArg (Results 1 – 3 of 3) sorted by relevance
58 SetErrorStringWithVarArg(format, args); in Status()220 length = SetErrorStringWithVarArg(format, args); in SetExpressionErrorWithFormat()284 int length = SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()293 int Status::SetErrorStringWithVarArg(const char *format, va_list args) { in SetErrorStringWithVarArg() function in Status
213 int SetErrorStringWithVarArg(const char *format, va_list args);
135 int num_chars = m_opaque_ap->SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()