/arkcompiler/ets_runtime/ecmascript/base/ |
D | atomic_helper.h | 28 T operator()(T *ptr, const T *arg) const in operator() function 37 T operator()(T *ptr, const T *arg) const in operator() function 46 T operator()(T *ptr, const T *arg) const in operator() function 55 T operator()(T *ptr, const T *arg) const in operator() function 64 T operator()(T *ptr, const T *arg) const in operator() function 73 T operator()(T *ptr, const T *arg) const in operator() function 84 T operator()(T *ptr, const T *arg) const in operator() function
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | arrayDestructuringInSwitch1.ts | 30 const [operator, ...operands] = expression; constant
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | vn.h | 68 bool operator()(VnObject *obj1, VnObject *obj2) const in operator() function 75 uint32_t operator()(VnObject *obj) const in operator() function
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | typeRelation.h | 46 size_t operator()(const RelationKey &key) const noexcept in operator() function 54 bool operator()(const RelationKey &lhs, const RelationKey &rhs) const in operator() function
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | utf.h | 122 uint32_t operator()(const uint8_t *data) const in operator() function 129 bool operator()(const uint8_t *mutf8_1, const uint8_t *mutf8_2) const in operator() function 136 bool operator()(const uint8_t *mutf8_1, const uint8_t *mutf8_2) const in operator() function
|
D | ring_buffer.h | 41 constexpr RingBufferIterator &operator=(const RingBufferIterator &other) = default; variable 42 constexpr RingBufferIterator &operator=(RingBufferIterator &&other) = default; variable 139 constexpr RingBuffer &operator=(const RingBuffer &other) = default; variable 140 constexpr RingBuffer &operator=(RingBuffer &&other) = default; variable
|
D | span.h | 67 constexpr Span &operator=(const Span &other) noexcept = default; variable 68 Span &operator=(Span &&other) noexcept = default; variable
|
D | pandargs.h | 424 bool operator()(const PandArgBase *lhs, const PandArgBase *rhs) const in operator() function 428 bool operator()(std::string_view lhs, const PandArgBase *rhs) const in operator() function 432 bool operator()(const PandArgBase *lhs, std::string_view rhs) const in operator() function
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | arena_allocator_stl_adapter.h | 49 ArenaAllocatorAdapter &operator=(const ArenaAllocatorAdapter &) = default; variable 51 ArenaAllocatorAdapter &operator=(ArenaAllocatorAdapter &&) = default; variable 87 ArenaAllocatorAdapter &operator=(const ArenaAllocatorAdapter &) = default; variable
|
D | arena_allocator.h | 70 ArenaAllocatorT &operator=(const ArenaAllocatorT &) = delete; variable 71 ArenaAllocatorT &operator=(ArenaAllocatorT &&) = default; variable
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | global_type_info.h | 65 size_t operator()(const GlobalTypeID &id) const in operator() function 117 size_t operator()(const TypeLocation &loc) const in operator() function
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | verification.h | 38 void operator()(TaggedObject *obj) in operator() function
|
D | caddress_allocator.h | 50 CAddressAllocator &operator=(const CAddressAllocator &) = default; variable 52 CAddressAllocator &operator=(CAddressAllocator &&other) noexcept = default; variable
|
D | c_string.h | 38 size_t operator()(const CString &str) const noexcept in operator() function
|
D | chunk_allocator.h | 52 ChunkAllocator &operator=(const ChunkAllocator &) = default; variable
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | unique_fd.h | 42 UniqueFd &operator=(const UniqueFd &other_fd) = delete; variable
|
/arkcompiler/runtime_core/libpandafile/ |
D | bytecode_emitter.h | 117 bool operator()(const Label &l1, const Label &l2) const in operator() function
|
D | file_item_container.h | 284 bool operator()(IndexedItem *item1, IndexedItem *item2) const noexcept in operator() function 488 size_t operator()(const ProtoKey &key) const noexcept in operator() function
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | js_debugger.h | 86 size_t operator()(const JSBreakpoint &bpoint) const in operator() function
|
/arkcompiler/runtime_core/libpandabase/serializer/ |
D | serializer.h | 220 void operator()(const T &value) in operator() function 254 void operator()(T &value) in operator() function
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-type.h | 187 size_t operator()(const panda::pandasm::Type &type) const in operator() function
|
/arkcompiler/ets_frontend/es2panda/parser/program/ |
D | program.h | 45 Program &operator=(Program &&other); variable
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_opcode.h | 355 RangeSet &operator=(RangeSet const &) = default; variable 357 RangeSet &operator=(RangeSet &&) = default; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_builder.h | 700 Label &operator=(Label const &label) = default; variable 702 Label &operator=(Label &&label) = default; variable
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.h | 295 TraceNode& operator=(const TraceNode&) = delete; variable 345 TraceTree& operator=(const TraceTree&) = delete; variable
|