Home
last modified time | relevance | path

Searched refs:GetResult (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dtype-inference.h66 TypeVector GetResult() const;
H A Dtype-inference.cc49 TypeVector TypeArgumentInference::GetResult() const { in GetResult() function in v8::internal::torque::TypeArgumentInference
H A Ddeclarable.cc159 FindConstraintViolation(inference.GetResult(), Constraints())) { in InferSpecializationTypes()
H A Dtype-visitor.cc548 TypeOracle::GetGenericTypeInstance(generic_type, inference.GetResult())); in ComputeTypeForStructExpression()
H A Dimplementation-visitor.cc2034 inference.GetResult()})); in LookupCallable()
2089 SpecializationKey<GenericCallable>{generic, inference.GetResult()}); in LookupCallable()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcommand_buffer.h68 /// return guard.GetResult();
83 Result GetResult() { return result_; } in GetResult() function in amber::vulkan::CommandBufferGuard
H A Dpipeline.cc416 return guard.GetResult(); in SendDescriptorDataToDeviceIfNeeded()
451 return guard.GetResult(); in SendDescriptorDataToDeviceIfNeeded()
521 return guard.GetResult(); in ReadbackDescriptorsToHostDataQueue()
H A Dcompute_pipeline.cc90 return guard.GetResult(); in Compute()
H A Dgraphics_pipeline.cc775 return guard.GetResult(); in SetIndexBuffer()
823 return cmd_buf_guard.GetResult(); in Clear()
906 return cmd_buf_guard.GetResult(); in Draw()
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake_test.py103 return builder.GetResult()
H A Dgen_cmake.py398 def GetResult(self): function
499 result = FormatCMake(builder.GetResult())
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc492 double GetResult() { in GetResult() function in v8::NumberParseIntHelper
516 // GetResult() will take care of the sign bit, so ignore it for now. in HandlePowerOfTwoCase()
916 return helper.GetResult();
945 MaybeHandle<BigInt> GetResult() { in GetResult() function
1023 return helper.GetResult(); in StringToBigInt()
1031 return helper.GetResult(); in BigIntLiteral()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc235 ResultType GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult() function in cppgc::internal::__anon14619::final
280 ResultType&& GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult() function in cppgc::internal::__anon14619::final
363 return builder.GetResult(is_empty, largest_new_free_list_entry); in SweepNormalPage()
/third_party/vk-gl-cts/external/amber/src/src/
H A Ddxc_helper.cc237 if (result->GetResult(&compiled_blob) < 0) { in Compile()
239 return Result("DXC compile failure: GetResult"); in Compile()
/third_party/skia/third_party/externals/tint/tools/
H A Drun_tests.py55 def GetResult(self, fmt): member in TestCase
/third_party/vk-gl-cts/external/amber/src/tests/
H A Drun_tests.py222 def GetResult(self, fmt): member in TestCase
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.cpp499 std::vector<SkScalar>& GetResult() in moveForward() function
680 while (scorer && scorer->GetResult().size()) { in moveForward()
681 auto width = scorer->GetResult().back(); in moveForward()
684 scorer->GetResult().pop_back(); in moveForward()
/third_party/python/Modules/_ctypes/
H A Dcallproc.c969 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker) in GetResult() function
1002 _PyTraceback_Add("GetResult", "_ctypes/callproc.c", __LINE__-2); in GetResult()
1300 retval = GetResult(restype, resbuf, checker); in _ctypes_callproc()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h381 // GetResult returns the main result of the operation.
387 virtual HRESULT STDMETHODCALLTYPE GetResult(_COM_Outptr_result_maybenull_ IDxcBlob **ppResult) = 0;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DShaderModuleD3D12.cpp497 DAWN_TRY(CheckHRESULT(result->GetResult(&compiledShader), "DXC get result")); in CompileShaderDXC()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp544 HRESULT GetResult()
595 HRESULT res = Status->GetResult();
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 62 milliseconds