Home
last modified time | relevance | path

Searched defs:IsSuccess (Results 1 – 4 of 4) 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/vk-gl-cts/external/amber/src/include/amber/
Dresult.h44 bool IsSuccess() const { return errors_.size() == 0; } in IsSuccess() function
/third_party/node/deps/v8/tools/testrunner/objects/
Doutput.py66 def IsSuccess(self): member in Output
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.h51 bool IsSuccess() const { return code_ == DispatchCode::SUCCESS; } in IsSuccess() function