/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ilist_node_base.h | 27 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function 41 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function
|
D | ilist_node.h | 78 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); } in setNext() function
|
D | EquivalenceClasses.h | 92 void setNext(const ECValue *NewNext) const { in setNext() function
|
D | SparseMultiSet.h | 247 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; } in setNext() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_node_base.h | 28 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function 42 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() function
|
D | ilist_node.h | 78 void setNext(ilist_node_impl *N) { node_base_type::setNext(N); } in setNext() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePassRegistry.h | 65 void setNext(MachinePassRegistryNode *N) { Next = N; } in setNext() function
|
/third_party/skia/src/pathops/ |
D | SkOpCoincidence.h | 123 void setNext(SkCoincidentSpans* next) { fNext = next; } in setNext() function
|
D | SkOpSegment.h | 350 void setNext(SkOpSegment* next) { in setNext() function
|
D | SkOpContour.h | 320 void setNext(SkOpContour* contour) { in setNext() function
|
D | SkOpSpan.h | 519 void setNext(SkOpSpanBase* nextT) { in setNext() function
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpCoincidence.h | 123 void setNext(SkCoincidentSpans* next) { fNext = next; } in setNext() function
|
D | SkOpSegment.h | 350 void setNext(SkOpSegment* next) { in setNext() function
|
D | SkOpContour.h | 321 void setNext(SkOpContour* contour) { in setNext() function
|
D | SkOpSpan.h | 519 void setNext(SkOpSpanBase* nextT) { in setNext() function
|
/third_party/skia/src/gpu/ |
D | GrResourceAllocator.h | 213 void setNext(Interval* next) { fNext = next; } in setNext() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrResourceAllocator.h | 188 void setNext(Interval* next) { fNext = next; } in setNext() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.h | 106 void setNext(InstList::iterator N) { Next = N; } in setNext() function
|
/third_party/flutter/skia/tests/ |
D | OnFlushCallbackTest.cpp | 224 void setNext(AtlasedRectOp* next) { in setNext() function in __anon4c179d720211::AtlasedRectOp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 469 void setNext(NodeId N) { Next = N; } in setNext() function
|