Searched defs:SetNext (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fxcrt/css/ | ||
D | cfx_cssselector.h | 30 void SetNext(std::unique_ptr<CFX_CSSSelector> pNext) { in SetNext() function |
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ | ||
D | inference_context.h | 171 void SetNext(ValueId id) { next_ = id; } in SetNext() function |
/external/pdfium/core/fxcrt/ | ||
D | weak_ptr_unittest.cpp | 27 void SetNext(const WeakTestPtr& next) { next_ = next; } in SetNext() function in fxcrt::__anonafaa166c0111::PseudoDeletable |
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ | ||
D | inference_context.h | 192 void SetNext(ValueId id) { next_ = id; } in SetNext() function |
/external/tensorflow/tensorflow/core/kernels/data/ | ||
D | range_dataset_op.cc | 78 void SetNext(int64_t value) { in SetNext() function in tensorflow::data::__anon2321a0290111::RangeCounter |
/external/skia/tests/ | ||
D | PathOpsAngleTest.cpp | 214 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) { in SetNext() function in PathOpsAngleTester |