Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.h28 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/
DarrayDestructuringInSwitch1.ts30 const [operator, ...operands] = expression; constant
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.h68 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/
DtypeRelation.h46 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/
Dutf.h122 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
Dring_buffer.h41 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
Dspan.h67 constexpr Span &operator=(const Span &other) noexcept = default; variable
68 Span &operator=(Span &&other) noexcept = default; variable
Dpandargs.h424 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/
Darena_allocator_stl_adapter.h49 ArenaAllocatorAdapter &operator=(const ArenaAllocatorAdapter &) = default; variable
51 ArenaAllocatorAdapter &operator=(ArenaAllocatorAdapter &&) = default; variable
87 ArenaAllocatorAdapter &operator=(const ArenaAllocatorAdapter &) = default; variable
Darena_allocator.h70 ArenaAllocatorT &operator=(const ArenaAllocatorT &) = delete; variable
71 ArenaAllocatorT &operator=(ArenaAllocatorT &&) = default; variable
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_type_info.h65 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/
Dverification.h38 void operator()(TaggedObject *obj) in operator() function
Dcaddress_allocator.h50 CAddressAllocator &operator=(const CAddressAllocator &) = default; variable
52 CAddressAllocator &operator=(CAddressAllocator &&other) noexcept = default; variable
Dc_string.h38 size_t operator()(const CString &str) const noexcept in operator() function
Dchunk_allocator.h52 ChunkAllocator &operator=(const ChunkAllocator &) = default; variable
/arkcompiler/runtime_core/libpandabase/os/
Dunique_fd.h42 UniqueFd &operator=(const UniqueFd &other_fd) = delete; variable
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.h117 bool operator()(const Label &l1, const Label &l2) const in operator() function
Dfile_item_container.h284 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/
Djs_debugger.h86 size_t operator()(const JSBreakpoint &bpoint) const in operator() function
/arkcompiler/runtime_core/libpandabase/serializer/
Dserializer.h220 void operator()(const T &value) in operator() function
254 void operator()(T &value) in operator() function
/arkcompiler/runtime_core/assembler/
Dassembly-type.h187 size_t operator()(const panda::pandasm::Type &type) const in operator() function
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h45 Program &operator=(Program &&other); variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h355 RangeSet &operator=(RangeSet const &) = default; variable
357 RangeSet &operator=(RangeSet &&) = default; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h700 Label &operator=(Label const &label) = default; variable
702 Label &operator=(Label &&label) = default; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h295 TraceNode& operator=(const TraceNode&) = delete; variable
345 TraceTree& operator=(const TraceTree&) = delete; variable

12