Home
last modified time | relevance | path

Searched defs:SetNext (Results 1 – 12 of 12) sorted by relevance

/external/openthread/src/core/utils/
Dsrp_client_buffers.hpp176 …void SetNext(ServiceEntry *aEntry) { mService.mNext = reinterpret_cast<Srp::Client::Service *>(aEn… in SetNext() function in ot::Utils::SrpClientBuffers::ServiceEntry
Dheap.hpp111 void SetNext(uint16_t aNext) in SetNext() function in ot::Utils::Block
/external/pigweed/pw_perf_test/public/pw_perf_test/
Dperf_test.h98 void SetNext(TestInfo* next) { next_ = next; } in SetNext() function
/external/pdfium/core/fxcrt/
Dweak_ptr_unittest.cpp27 void SetNext(const WeakTestPtr& next) { next_ = next; } in SetNext() function in fxcrt::__anon2fc943c50111::PseudoDeletable
/external/cronet/base/allocator/partition_allocator/
Dpartition_freelist_entry.h186 PA_ALWAYS_INLINE void SetNext(PartitionFreelistEntry* entry) { in SetNext() function
Dpartition_alloc_perftest.cc223 void SetNext(MemoryAllocationPerfNode* p) { next_ = p; } in SetNext() function in partition_alloc::internal::__anone7ad03770111::MemoryAllocationPerfNode
/external/openthread/src/core/common/
Dlinked_list.hpp94 void SetNext(Type *aNext) { static_cast<Type *>(this)->mNext = aNext; } in SetNext() function in ot::LinkedListEntry
/external/openthread/src/core/coap/
Dcoap.hpp254 … void SetNext(ResourceBlockWise *aNext) { static_cast<ResourceBlockWise *>(this)->mNext = aNext; } in SetNext() function in ot::Coap::ResourceBlockWise
/external/tensorflow/tensorflow/core/kernels/data/
Drange_dataset_op.cc98 void SetNext(int64_t value) { in SetNext() function in tensorflow::data::__anon6e4c64020111::RangeCounter
/external/openthread/src/core/thread/
Daddress_resolver.cpp1079 void AddressResolver::CacheEntry::SetNext(CacheEntry *aEntry) in SetNext() function in ot::AddressResolver::CacheEntry
/external/skia/tests/
DPathOpsAngleTest.cpp230 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) { in SetNext() function in PathOpsAngleTester
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_model.cc181 void SetNext(ValueId id) { next_ = id; } in SetNext() function in tflite::gpu::__anon337c1af70111::TensorReserver