Searched defs:IsSuccess (Results 1 – 3 of 3) sorted by relevance
267 bool Result<void, E>::IsSuccess() const { in IsSuccess() function335 bool Result<T*, E>::IsSuccess() const { in IsSuccess() function388 bool Result<const T*, E>::IsSuccess() const { in IsSuccess() function447 bool Result<Ref<T>, E>::IsSuccess() const { in IsSuccess() function501 bool Result<T, E>::IsSuccess() const { in IsSuccess() function
226 bool Result<void, E*>::IsSuccess() const { in IsSuccess() function291 bool Result<T*, E*>::IsSuccess() const { in IsSuccess() function343 bool Result<const T*, E*>::IsSuccess() const { in IsSuccess() function395 bool Result<T, E>::IsSuccess() const { in IsSuccess() function
44 bool IsSuccess() const { return errors_.size() == 0; } in IsSuccess() function