/third_party/node/deps/v8/src/heap/ |
D | objects-visiting-inl.h | 31 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 …]
|
D | objects-visiting.h | 87 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/ |
D | stl_util.h | 89 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/ |
D | safe_math_shared_impl.h | 182 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> \
|
D | clamped_math.h | 219 constexpr ClampedNumeric<typename ResultType<M, L, R, Args...>::type>
|
D | checked_math.h | 334 constexpr CheckedNumeric<typename ResultType<M, L, R, Args...>::type>
|
/third_party/skia/src/core/ |
D | SkStroke.cpp | 213 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/ |
D | sweeper.cc | 211 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/ |
D | MemoryBuiltins.cpp | 522 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/ |
D | RPCUtils.h | 461 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/ |
D | Signals.inc | 643 /// \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/ |
D | Signals.inc | 670 /// 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/ |
D | IRBuilder.cpp | 712 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/ |
D | gc-info.h | 132 using ResultType = std::conditional_t<(kHasVirtualDestructorAtBase || member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 61 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/ |
D | fold_test.cpp | 61 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/ |
D | fold_test.cpp | 61 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/ |
D | Casting.h | 187 using ResultType = typename std::remove_pointer<PointerType>::type; 190 using ret_type = std::unique_ptr<ResultType>;
|
/third_party/node/typings/internalBinding/ |
D | fs.d.ts | 2 class FSReqCallback<ResultType = unknown> { 4 oncomplete: ((error: Error) => void) | ((error: null, result: ResultType) => void);
|
/third_party/node/deps/v8/include/cppgc/ |
D | allocation.h | 182 T, typename T::ParentMostGarbageCollectedType>::ResultType,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord.cc | 1246 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()
|
D | cord.h | 871 template <typename ResultType, typename RHS> 872 friend ResultType GenericCompare(const Cord& lhs, const RHS& rhs,
|
/third_party/nghttp2/src/ |
D | template.h | 70 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/ |
D | variant.h | 223 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/ |
D | TargetLowering.h | 3495 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()
|