Lines Matching defs:Error
112 std::string Error;
115 .setErrorStr(&Error);
120 *OutError = strdup(Error.c_str());
127 std::string Error;
130 .setErrorStr(&Error);
135 *OutError = strdup(Error.c_str());
143 std::string Error;
146 .setErrorStr(&Error)
152 *OutError = strdup(Error.c_str());
191 std::string Error;
194 .setErrorStr(&Error)
205 *OutError = strdup(Error.c_str());
409 "Did not expect an error message if FinalizeMemory succeeded");