| 13074 | } |
| 13075 | |
| 13076 | __declspec(noinline) |
| 13077 | ResultType ResultToken::ValueError(LPCTSTR aErrorText) |
| 13078 | { |
| 13079 | return Error(aErrorText, nullptr, ErrorPrototype::Value); |
| 13080 | } |
| 13081 | |
| 13082 | __declspec(noinline) |
| 13083 | ResultType ResultToken::ValueError(LPCTSTR aErrorText, LPCTSTR aExtraInfo) |
no outgoing calls
no test coverage detected