Searched refs:maybe_result (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 189 auto maybe_result = in RunPasses() local 191 if (maybe_result.empty()) { in RunPasses() 206 if (!tools.Validate(&maybe_result[0], maybe_result.size(), in RunPasses() 216 *current_binary = std::move(maybe_result); in RunPasses() 219 } else if (interestingness_function_(maybe_result, in RunPasses() 225 *current_binary = std::move(maybe_result); in RunPasses()
|
/third_party/spirv-tools/source/reduce/ |
D | reducer.cpp | 186 auto maybe_result = in RunPasses() local 188 if (maybe_result.empty()) { in RunPasses() 203 if (!tools.Validate(&maybe_result[0], maybe_result.size(), in RunPasses() 213 *current_binary = std::move(maybe_result); in RunPasses() 216 } else if (interestingness_function_(maybe_result, in RunPasses() 222 *current_binary = std::move(maybe_result); in RunPasses()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | reducer.cpp | 189 auto maybe_result = in RunPasses() local 191 if (maybe_result.empty()) { in RunPasses() 206 if (!tools.Validate(&maybe_result[0], maybe_result.size(), in RunPasses() 216 *current_binary = std::move(maybe_result); in RunPasses() 219 } else if (interestingness_function_(maybe_result, in RunPasses() 225 *current_binary = std::move(maybe_result); in RunPasses()
|
/third_party/node/src/ |
D | js_native_api_v8.cc | 2676 auto maybe_result = val->InstanceOf(context, ctor); in napi_instanceof() local 2677 CHECK_MAYBE_NOTHING(env, maybe_result, status); in napi_instanceof() 2678 *result = maybe_result.FromJust(); in napi_instanceof()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 76551 maybe_result = V8ScriptRunner::RunCompiledScript(
|