Home
last modified time | relevance | path

Searched refs:mError (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
H A DResultWithValue.h57 , mError(error) {} in mError() function in oboe::ResultWithValue
66 , mError(oboe::Result::OK) {} in ResultWithValue()
74 return mError; in error()
88 explicit operator bool() const { return mError == oboe::Result::OK; } in operator bool()
100 bool operator !() const { return mError != oboe::Result::OK; } in operator !()
111 return mError; in operator Result()
136 const oboe::Result mError; member in oboe::ResultWithValue
/third_party/skia/third_party/externals/dawn/src/common/
H A DResult.h78 std::unique_ptr<E> mError; member in Result
232 std::unique_ptr<E> mError; member in Result
242 Result<void, E>::Result(std::unique_ptr<E> error) : mError(std::move(error)) { in Result()
246 Result<void, E>::Result(Result<void, E>&& other) : mError(std::move(other.mError)) { in Result()
251 ASSERT(mError == nullptr); in operator =()
252 mError = std::move(other.mError); in operator =()
258 ASSERT(mError == nullptr); in ~Result()
263 return mError ! in IsError()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DThread.cpp48 mError(EGL_SUCCESS), in Thread()
65 mError = EGL_SUCCESS; in setSuccess()
73 mError = error; in setError()
84 mError = error.getCode(); in setError()
96 return mError; in getError()
H A DBinaryStream.h36 mError = false; in BinaryInputStream()
106 if (mError) in readString()
116 mError = true; in readString()
138 mError = true; in skip()
152 bool error() const { return mError; } in error()
159 bool mError; member in gl::BinaryInputStream
173 mError = true; in read()
182 mError = true; in read()
H A DThread.h68 EGLint mError; member in egl::Thread
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DEncodingContext.cpp84 if (mError == nullptr) { in HandleError()
85 mError = std::move(error); in HandleError()
199 if (mError != nullptr) { in Finish()
200 return std::move(mError); in Finish()
H A DEncodingContext.h176 std::unique_ptr<ErrorData> mError; member in dawn_native::EncodingContext
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DValidationTest.cpp134 mError = false; in StartExpectDeviceError()
145 return mError; in EndExpectDeviceError()
219 ASSERT_FALSE(self->mError) << "Got two errors in expect block";
223 self->mError = true;
H A DValidationTest.h151 bool mError = false; member in ValidationTest
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp1017 mError = false;
1024 return mError;
1037 ASSERT_FALSE(self->mError) << "Got two errors in expect block";
1041 self->mError = true;
H A DDawnTest.h510 bool mError = false; member in DawnTestBase

Completed in 9 milliseconds