Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DResultTests.cpp60 auto CreateError = []() -> Result<void, int*> { in TEST() local
85 auto CreateError = []() -> Result<void, int*> { in TEST() local
111 auto CreateError = []() -> Result<float*, int*> { in TEST() local
159 auto CreateError = []() -> Result<const float*, int*> { return {&dummyError}; }; in TEST() local
203 auto CreateError = []() -> Result<std::vector<float>, int*> { in TEST() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DResultTests.cpp99 auto CreateError = []() -> Result<void, int> { in TEST() local
124 auto CreateError = []() -> Result<void, int> { return {}; }; in TEST() local
148 auto CreateError = []() -> Result<float*, int> { in TEST() local
219 auto CreateError = []() -> Result<const float*, int> { in TEST() local
265 auto CreateError = []() -> Result<Ref<AClass>, int> { in TEST() local
356 auto CreateError = []() -> Result<std::vector<float>, int> { in TEST() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DBuffer.cpp129 WGPUBuffer Buffer::CreateError(Device* device) { in CreateError() function in dawn_wire::client::Buffer