Home
last modified time | relevance | path

Searched refs:ResultType (Results 1 – 25 of 40) sorted by relevance

12

/third_party/node/deps/v8/src/heap/
Dobjects-visiting-inl.h31 template <typename ResultType, typename ConcreteVisitor>
32 HeapVisitor<ResultType, ConcreteVisitor>::HeapVisitor( in HeapVisitor()
36 template <typename ResultType, typename ConcreteVisitor>
37 HeapVisitor<ResultType, ConcreteVisitor>::HeapVisitor(Isolate* isolate) in HeapVisitor()
40 template <typename ResultType, typename ConcreteVisitor>
41 HeapVisitor<ResultType, ConcreteVisitor>::HeapVisitor(Heap* heap) in HeapVisitor()
44 template <typename ResultType, typename ConcreteVisitor>
46 T HeapVisitor<ResultType, ConcreteVisitor>::Cast(HeapObject object) { in Cast()
50 template <typename ResultType, typename ConcreteVisitor>
51 ResultType HeapVisitor<ResultType, ConcreteVisitor>::Visit(HeapObject object) { in Visit()
[all …]
Dobjects-visiting.h87 template <typename ResultType, typename ConcreteVisitor> in TORQUE_VISITOR_ID_LIST()
95 V8_INLINE ResultType Visit(HeapObject object); in TORQUE_VISITOR_ID_LIST()
96 V8_INLINE ResultType Visit(Map map, HeapObject object); in TORQUE_VISITOR_ID_LIST()
112 V8_INLINE ResultType Visit##TypeName(Map map, TypeName object); in TORQUE_VISITOR_ID_LIST()
116 V8_INLINE ResultType VisitShortcutCandidate(Map map, ConsString object); in TORQUE_VISITOR_ID_LIST()
117 V8_INLINE ResultType VisitDataObject(Map map, HeapObject object); in TORQUE_VISITOR_ID_LIST()
118 V8_INLINE ResultType VisitJSObjectFast(Map map, JSObject object); in TORQUE_VISITOR_ID_LIST()
119 V8_INLINE ResultType VisitJSApiObject(Map map, JSObject object); in TORQUE_VISITOR_ID_LIST()
120 V8_INLINE ResultType VisitStruct(Map map, HeapObject object); in TORQUE_VISITOR_ID_LIST()
121 V8_INLINE ResultType VisitFreeSpace(Map map, FreeSpace object); in TORQUE_VISITOR_ID_LIST()
/third_party/gn/src/base/
Dstl_util.h89 template <typename ResultType, typename Arg1, typename Arg2>
90 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) { in STLSetDifference()
93 ResultType difference; in STLSetDifference()
100 template <typename ResultType, typename Arg1, typename Arg2>
101 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) { in STLSetUnion()
104 ResultType result; in STLSetUnion()
112 template <typename ResultType, typename Arg1, typename Arg2>
113 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) { in STLSetIntersection()
116 ResultType result; in STLSetIntersection()
/third_party/gn/src/base/numerics/
Dsafe_math_shared_impl.h182 struct ResultType;
187 struct ResultType<M, L, R> {
195 struct ResultType {
197 typename ResultType<M, typename ResultType<M, L, R>::type, Args...>::type;
206 typename ResultType<CLASS##OP_NAME##Op, L, R, Args...>::type> \
Dclamped_math.h219 constexpr ClampedNumeric<typename ResultType<M, L, R, Args...>::type>
Dchecked_math.h334 constexpr CheckedNumeric<typename ResultType<M, L, R, Args...>::type>
/third_party/skia/src/core/
DSkStroke.cpp213 enum ResultType { enum in SkPathStroker
242 ResultType compareQuadConic(const SkConic& , SkQuadConstruct* ) const;
243 ResultType compareQuadCubic(const SkPoint cubic[4], SkQuadConstruct* );
244 ResultType compareQuadQuad(const SkPoint quad[3], SkQuadConstruct* );
256 ResultType intersectRay(SkQuadConstruct* , IntersectRayType STROKER_DEBUG_PARAMS(int) ) const;
272 ResultType strokeCloseEnough(const SkPoint stroke[3], const SkPoint ray[2],
274 ResultType tangentsMeet(const SkPoint cubic[4], SkQuadConstruct* );
907 SkPathStroker::ResultType SkPathStroker::intersectRay(SkQuadConstruct* quadPts, in intersectRay()
962 SkPathStroker::ResultType SkPathStroker::tangentsMeet(const SkPoint cubic[4], in tangentsMeet()
1025 SkPathStroker::ResultType SkPathStroker::strokeCloseEnough(const SkPoint stroke[3], in strokeCloseEnough()
[all …]
/third_party/node/deps/v8/src/heap/cppgc/
Dsweeper.cc211 struct ResultType { struct in cppgc::internal::__anon9ffa836b0111::InlinedFinalizationBuilderBase
235 ResultType GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult()
244 using ResultType = SpaceState::SweptPageState; typedef in cppgc::internal::__anon9ffa836b0111::DeferredFinalizationBuilder
280 ResultType&& GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult()
287 ResultType result_;
293 typename FinalizationBuilder::ResultType SweepNormalPage( in SweepNormalPage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp522 auto *ResultType = cast<IntegerType>(ObjectSize->getType()); in lowerObjectSizeCall() local
529 isUIntN(ResultType->getBitWidth(), Size)) in lowerObjectSizeCall()
530 return ConstantInt::get(ResultType, Size); in lowerObjectSizeCall()
547 ResultSize = Builder.CreateZExtOrTrunc(ResultSize, ResultType); in lowerObjectSizeCall()
548 return Builder.CreateSelect(UseZero, ConstantInt::get(ResultType, 0), in lowerObjectSizeCall()
556 return ConstantInt::get(ResultType, MaxVal ? -1ULL : 0); in lowerObjectSizeCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h461 using ResultType = Expected<ResultT>; variable
468 using ResultType = Error; variable
475 using ResultType = Error; variable
482 using ResultType = Error; variable
1326 [this, SeqNo](typename AHTraits::ResultType RetVal) -> Error { in wrapAsyncHandler()
1515 using ResultType = typename detail::ResultTraits<AltRetT>::ErrorReturnType; in callB() local
1523 [&](ResultType R) { in callB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc643 /// \brief Populate ResultType with a valid MINIDUMP_TYPE based on the value of
655 /// \returns true if a valid value for ResultType can be set, false otherwise.
656 static bool GetDumpType(HKEY Key, MINIDUMP_TYPE &ResultType) {
675 ResultType = static_cast<MINIDUMP_TYPE>(Flags);
679 ResultType = MiniDumpNormal;
682 ResultType = MiniDumpWithFullMemory;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DSignals.inc670 /// Populate ResultType with a valid MINIDUMP_TYPE based on the value of
682 /// \returns true if a valid value for ResultType can be set, false otherwise.
683 static bool GetDumpType(HKEY Key, MINIDUMP_TYPE &ResultType) {
702 ResultType = static_cast<MINIDUMP_TYPE>(Flags);
706 ResultType = MiniDumpNormal;
709 ResultType = MiniDumpWithFullMemory;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp712 Type *ResultType, in CreateGCResult() argument
716 Type *Types[] = {ResultType}; in CreateGCResult()
726 Type *ResultType, in CreateGCRelocate() argument
729 Type *Types[] = {ResultType}; in CreateGCRelocate()
/third_party/node/deps/v8/include/cppgc/internal/
Dgc-info.h132 using ResultType = std::conditional_t<(kHasVirtualDestructorAtBase || member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp61 template <class ResultType>
63 InstructionFoldingCase(const std::string& tb, uint32_t id, ResultType result) in InstructionFoldingCase()
68 ResultType expected_result;
2901 template <class ResultType>
2904 ResultType result, in InstructionFoldingCaseWithMap()
2910 ResultType expected_result;
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dfold_test.cpp61 template <class ResultType>
63 InstructionFoldingCase(const std::string& tb, uint32_t id, ResultType result) in InstructionFoldingCase()
68 ResultType expected_result;
2831 template <class ResultType>
2834 ResultType result, in InstructionFoldingCaseWithMap()
2840 ResultType expected_result;
/third_party/spirv-tools/test/opt/
Dfold_test.cpp61 template <class ResultType>
63 InstructionFoldingCase(const std::string& tb, uint32_t id, ResultType result) in InstructionFoldingCase()
68 ResultType expected_result;
3122 template <class ResultType>
3125 ResultType result, in InstructionFoldingCaseWithMap()
3131 ResultType expected_result;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCasting.h187 using ResultType = typename std::remove_pointer<PointerType>::type;
190 using ret_type = std::unique_ptr<ResultType>;
/third_party/node/typings/internalBinding/
Dfs.d.ts2 class FSReqCallback<ResultType = unknown> {
4 oncomplete: ((error: Error) => void) | ((error: null, result: ResultType) => void);
/third_party/node/deps/v8/include/cppgc/
Dallocation.h182 T, typename T::ParentMostGarbageCollectedType>::ResultType,
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc1246 template <typename ResultType>
1247 ResultType ComputeCompareResult(int memcmp_res) { in ComputeCompareResult()
1379 template <typename ResultType, typename RHS>
1380 ResultType GenericCompare(const Cord& lhs, const RHS& rhs, in GenericCompare()
1389 return ComputeCompareResult<ResultType>(memcmp_res); in GenericCompare()
1392 return ComputeCompareResult<ResultType>( in GenericCompare()
Dcord.h871 template <typename ResultType, typename RHS>
872 friend ResultType GenericCompare(const Cord& lhs, const RHS& rhs,
/third_party/nghttp2/src/
Dtemplate.h70 using ResultType = typename std::result_of<typename std::decay<F>::type( member
72 std::function<ResultType()> f;
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dvariant.h223 using ResultType = ReturnType (*)(FunctionObject&&);
224 static constexpr ResultType Run() {
249 using ResultType = SimpleArray<
251 index_sequence<>>::ResultType,
254 static constexpr ResultType Run() {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3495 CallLoweringInfo &setLibCallee(CallingConv::ID CC, Type *ResultType, in setLibCallee()
3497 RetTy = ResultType; in setLibCallee()
3508 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee()
3510 RetTy = ResultType; in setCallee()
3518 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee()
3521 RetTy = ResultType; in setCallee()

12