/third_party/node/deps/v8/src/torque/ |
H A D | type-inference.h | 66 TypeVector GetResult() const;
|
H A D | type-inference.cc | 49 TypeVector TypeArgumentInference::GetResult() const { in GetResult() function in v8::internal::torque::TypeArgumentInference
|
H A D | declarable.cc | 159 FindConstraintViolation(inference.GetResult(), Constraints())) { in InferSpecializationTypes()
|
H A D | type-visitor.cc | 548 TypeOracle::GetGenericTypeInstance(generic_type, inference.GetResult())); in ComputeTypeForStructExpression()
|
H A D | implementation-visitor.cc | 2034 inference.GetResult()})); in LookupCallable() 2089 SpecializationKey<GenericCallable>{generic, inference.GetResult()}); in LookupCallable()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | command_buffer.h | 68 /// return guard.GetResult(); 83 Result GetResult() { return result_; } in GetResult() function in amber::vulkan::CommandBufferGuard
|
H A D | pipeline.cc | 416 return guard.GetResult(); in SendDescriptorDataToDeviceIfNeeded() 451 return guard.GetResult(); in SendDescriptorDataToDeviceIfNeeded() 521 return guard.GetResult(); in ReadbackDescriptorsToHostDataQueue()
|
H A D | compute_pipeline.cc | 90 return guard.GetResult(); in Compute()
|
H A D | graphics_pipeline.cc | 775 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 D | gen_cmake_test.py | 103 return builder.GetResult()
|
H A D | gen_cmake.py | 398 def GetResult(self): function 499 result = FormatCMake(builder.GetResult())
|
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions.cc | 492 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 D | sweeper.cc | 235 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 D | dxc_helper.cc | 237 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 D | run_tests.py | 55 def GetResult(self, fmt): member in TestCase
|
/third_party/vk-gl-cts/external/amber/src/tests/ |
H A D | run_tests.py | 222 def GetResult(self, fmt): member in TestCase
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.cpp | 499 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 D | callproc.c | 969 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 D | dxcapi.h | 381 // 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 D | ShaderModuleD3D12.cpp | 497 DAWN_TRY(CheckHRESULT(result->GetResult(&compiledShader), "DXC get result")); in CompileShaderDXC()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 544 HRESULT GetResult()
595 HRESULT res = Status->GetResult();
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |