Home
last modified time | relevance | path

Searched defs:U (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dptr.h94 explicit Ptr(const Ptr<U, CheckU> &other) : pointer(other.get()) in Ptr()
100 Ptr(const Ptr<U, CheckU> &other, PtrCheckerType<T> checker) : pointer(other.get()) in Ptr()
106 explicit Ptr(Ptr<U, CheckU> &&other) : pointer(other.get()) in Ptr() function
112 Ptr(Ptr<U, CheckU> &&other, PtrCheckerType<T> checker) : pointer(other.get()) in Ptr() function
Dmpl_number.h97 explicit operator U() const noexcept in U() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h51 AllocatorAdapter(const AllocatorAdapter<U, ALLOC_SCOPE_T> &other) : allocator_(other.allocator_) in AllocatorAdapter()
98 AllocatorAdapter(const AllocatorAdapter<U, ALLOC_SCOPE_T> &other) : allocator_(other.allocator_) in AllocatorAdapter()
Drunslots_allocator_stl_adapter.h51 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter()
97 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter()
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h45 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter()
83 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator_stl_adapter.h47 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, USE_OOM_HANDLER> &other) : allocator_(other.a… in ArenaAllocatorAdapter()
87 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, USE_OOM_HANDLER> &other) : allocator_(other.a… in ArenaAllocatorAdapter()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_generic.ts34 interface U<A extends readonly [number, number, { a: number, b: string }], Z = boolean> extends R<[… interface
Dtest_infer-type-with-extends5.ts48 type U =1 alias
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest_generic.ts34 interface U<A extends readonly [number, number, { a: number, b: string }], Z = boolean> extends R<[… interface
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
Diterator.h61 mpl_iterator(const mpl_iterator<U, Container> &iter) : iter(iter.base()) in mpl_iterator()
/arkcompiler/ets_runtime/common_components/common/
Dpage_allocator.h337 StdContainerAllocator(const StdContainerAllocator<U, Cat>&) in StdContainerAllocator()
/arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/
Dindex-DAjlO3pK.js16 …))return;for(const u of document.querySelectorAll('link[rel="modulepreload"]'))r(u);new MutationOb…
35Uw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.c… property
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp235 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
279 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp237 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
281 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …eof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allocUnsafe&&"function"==ty… class