Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_perf_test/public/pw_perf_test/internal/
H A Dtest_info.h34 void SetNext(TestInfo* next) { next_ = next; } in SetNext() function
/aosp_15_r20/external/openthread/src/core/utils/
H A Dsrp_client_buffers.hpp176 …void SetNext(ServiceEntry *aEntry) { mService.mNext = reinterpret_cast<Srp::Client::Service *>(aEn… in SetNext() function in ot::Utils::SrpClientBuffers::ServiceEntry
H A Dheap.hpp111 void SetNext(uint16_t aNext) in SetNext() function in ot::Utils::Block
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_freelist_entry.h282 PA_ALWAYS_INLINE void SetNext(PartitionFreelistEntry* entry, in SetNext() function
H A Dencoded_next_freelist.h177 PA_ALWAYS_INLINE void SetNext(EncodedNextFreelistEntry* entry) { in SetNext() function
H A Dpool_offset_freelist.h193 PA_ALWAYS_INLINE void SetNext(PoolOffsetFreelistEntry* entry) { in SetNext() function
H A Dpartition_alloc_perftest.cc217 void SetNext(MemoryAllocationPerfNode* p) { next_ = p; } in SetNext() function in partition_alloc::internal::__anone46897d20111::MemoryAllocationPerfNode
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dweak_ptr_unittest.cpp27 void SetNext(const WeakTestPtr& next) { next_ = next; } in SetNext() function in fxcrt::__anon13f092760111::PseudoDeletable
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dinterceptor_list.h69 void SetNext(Map* next) { in SetNext() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dinterceptor_list.h70 void SetNext(Map* next) { in SetNext() function
/aosp_15_r20/art/runtime/
H A Dsubtype_check_info.h373 void SetNext(BitStringChar next) { in SetNext() function
H A Dthread.cc483 void SetNext(FrameIdToShadowFrame* next) { next_ = next; } in SetNext() function in art::FrameIdToShadowFrame
/aosp_15_r20/external/openthread/src/core/common/
H A Dlinked_list.hpp94 void SetNext(Type *aNext) { static_cast<Type *>(this)->mNext = aNext; } in SetNext() function in ot::LinkedListEntry
/aosp_15_r20/art/compiler/optimizing/
H A Dgvn.cc194 void SetNext(Node* node) { next_ = node; } in SetNext() function in art::ValueSet::Node
H A Dssa_liveness_analysis.h244 void SetNext(SafepointPosition* next) { in SetNext() function
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap.hpp261 … void SetNext(ResourceBlockWise *aNext) { static_cast<ResourceBlockWise *>(this)->mNext = aNext; } in SetNext() function in ot::Coap::ResourceBlockWise
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Drange_dataset_op.cc98 void SetNext(int64_t value) { in SetNext() function in tensorflow::data::__anon7a3fe5330111::RangeCounter
/aosp_15_r20/external/openthread/src/core/thread/
H A Daddress_resolver.cpp1165 void AddressResolver::CacheEntry::SetNext(CacheEntry *aEntry) in SetNext() function in ot::AddressResolver::CacheEntry
/aosp_15_r20/art/runtime/gc/allocator/
H A Drosalloc.h119 void SetNext(Slot* next) { in SetNext() function
/aosp_15_r20/external/skia/tests/
H A DPathOpsAngleTest.cpp230 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) { in SetNext() function in PathOpsAngleTester
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dgpu_model.cc181 void SetNext(ValueId id) { next_ = id; } in SetNext() function in tflite::gpu::__anonbddfc2480111::TensorReserver
/aosp_15_r20/external/openthread/src/core/border_router/
H A Drouting_manager.hpp1047 void SetNext(SharedEntry *aNext) { mNext = aNext; } in SetNext() function