Home
last modified time | relevance | path

Searched refs:pval (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
H A Dlock_free_ring_buffer.h82 bool TryPop(T *pval)
93 *pval = buffer_[currentHead];
/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
H A Dlock_free_ring_buffer.h81 bool TryPop(T *pval)
92 *pval = buffer_[currentHead];
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h112 T *pval = std::any_cast<T>(&val); in operator T() local
113 DEBUG_ASSERT(pval != nullptr, "pval should not be nullptr"); in operator T()
114 return *pval; in operator T()

Completed in 3 milliseconds