Searched defs:aErrorValue (Results 1 – 1 of 1) sorted by relevance
47173 explicit ResultImplementation(E aErrorValue) : mStorage(aErrorValue) {} in ResultImplementation()47195 explicit ResultImplementation(E& aErrorValue) : mStorage(&aErrorValue) {} in ResultImplementation()47213 explicit ResultImplementation(E& aErrorValue) : mErrorValue(&aErrorValue) {} in ResultImplementation()47237 explicit ResultImplementation(E& aErrorValue) in ResultImplementation()47287 explicit ResultImplementation(E aErrorValue) in ResultImplementation()47376 explicit Result(E aErrorValue) : mImpl(aErrorValue) { do { } while (0); } in Result()47443 explicit GenericErrorResult(E aErrorValue) : mErrorValue(aErrorValue) {} in GenericErrorResult()47448 Err(E&& aErrorValue) in Err()