/arkcompiler/runtime_core/libpandabase/mem/ |
D | arena_allocator_stl_adapter.h | 36 using other = ArenaAllocatorAdapter<U, use_oom_handler>; member 45 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() 74 using other = ArenaAllocatorAdapter<U, use_oom_handler>; member 83 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() 88 ArenaAllocatorAdapter(ArenaAllocatorAdapter &&other) noexcept in ArenaAllocatorAdapter() function
|
D | mem_range.h | 48 bool IsIntersect(const MemRange &other) const in IsIntersect() 55 bool Contains(const MemRange &other) const in Contains()
|
/arkcompiler/ets_frontend/es2panda/parser/program/ |
D | program.cpp | 32 Program::Program(Program &&other) in Program() function in panda::es2panda::parser::Program 52 Program &Program::operator=(Program &&other) in operator =()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | type.cpp | 29 void Type::Identical(TypeRelation *relation, Type *other) in Identical() 39 void Type::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) {} in Compare()
|
D | bigintType.cpp | 25 void BigintType::Identical(TypeRelation *relation, Type *other) in Identical()
|
D | unknownType.cpp | 30 void UnknownType::Identical(TypeRelation *relation, Type *other) in Identical()
|
D | symbolType.cpp | 25 void SymbolType::Identical(TypeRelation *relation, Type *other) in Identical()
|
D | enumType.cpp | 27 void EnumType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | moduleResolutionWithRequire.ts | 31 const { other }: { other: string } = require('./other'); constant
|
D | genericCallWithObjectTypeArgsAndIndexersErrors.ts | 28 function other<T>(arg: T) { function
|
D | moduleResolutionWithRequireAndImport.ts | 36 const { other }: { other: string } = require('./other'); constant
|
D | recurringTypeParamForContainerOfBase01.ts | 31 other: BoxOfFoo<T>; property
|
D | thisTypeInBasePropertyAndDerivedContainerOfBase01.ts | 31 other: BoxOfFoo<this>; property
|
D | genericCallWithObjectTypeArgsAndNumericIndexer.ts | 38 function other<T>(arg: T) { function
|
D | genericCallWithObjectTypeArgsAndStringIndexer.ts | 38 function other<T>(arg: T) { function
|
D | recursiveTypesUsedAsFunctionParameters.ts | 41 function other<T extends List<U>, U>() { function
|
D | genericCallWithObjectTypeArgsAndIndexers.ts | 44 function other<T extends Date>(arg: T) { function
|
D | objectRestAssignment.ts | 28 let other: number; variable
|
D | genericCallWithGenericSignatureArguments.ts | 122 function other<T>(x: T) { function
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | chunk_allocator.h | 36 using other = ChunkAllocator<U>; member 45 explicit ChunkAllocator(const ChunkAllocator<U> &other) : chunk_(other.chunk_) in ChunkAllocator() 53 ChunkAllocator(ChunkAllocator &&other) noexcept in ChunkAllocator() function
|
D | mark_stack.h | 105 inline void BeginMarking(Heap *heap, ContinuousStack<T> *other) in BeginMarking() 114 inline void FinishMarking(ContinuousStack<T> *other) in FinishMarking()
|
D | caddress_allocator.h | 36 using other = CAddressAllocator<U>; member 45 explicit CAddressAllocator(const CAddressAllocator<U> &other [[maybe_unused]]) in CAddressAllocator()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsFunctionLikeClasses2/ |
D | source.js | 39 AssertType({ /** * @param {Vec} other */ dot(other) { if (other.storage.length… argument 40 AssertType(Vec.prototype = { /** * @param {Vec} other */ dot(other) { if (othe… argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | frame_states.h | 57 void CopyFrom(FrameStateInfo *other) in CopyFrom() 63 bool MergeLiveout(FrameStateInfo *other) in MergeLiveout()
|
/arkcompiler/ets_runtime/ecmascript/compiler/base/ |
D | depend_chain_helper.h | 37 void CopyFrom(DependChains *other) in CopyFrom()
|