Home
last modified time | relevance | path

Searched defs:IsSuccess (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DResult.h267 bool Result<void, E>::IsSuccess() const { in IsSuccess() function
335 bool Result<T*, E>::IsSuccess() const { in IsSuccess() function
388 bool Result<const T*, E>::IsSuccess() const { in IsSuccess() function
447 bool Result<Ref<T>, E>::IsSuccess() const { in IsSuccess() function
501 bool Result<T, E>::IsSuccess() const { in IsSuccess() function
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DResult.h226 bool Result<void, E*>::IsSuccess() const { in IsSuccess() function
291 bool Result<T*, E*>::IsSuccess() const { in IsSuccess() function
343 bool Result<const T*, E*>::IsSuccess() const { in IsSuccess() function
395 bool Result<T, E>::IsSuccess() const { in IsSuccess() function
/third_party/vk-gl-cts/external/amber/src/include/amber/
Dresult.h44 bool IsSuccess() const { return errors_.size() == 0; } in IsSuccess() function