Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 77) sorted by relevance

1234

/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h36 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
Dmem_range.h48 bool IsIntersect(const MemRange &other) const in IsIntersect()
55 bool Contains(const MemRange &other) const in Contains()
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.cpp32 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/
Dtype.cpp29 void Type::Identical(TypeRelation *relation, Type *other) in Identical()
39 void Type::Compare([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) {} in Compare()
DbigintType.cpp25 void BigintType::Identical(TypeRelation *relation, Type *other) in Identical()
DunknownType.cpp30 void UnknownType::Identical(TypeRelation *relation, Type *other) in Identical()
DsymbolType.cpp25 void SymbolType::Identical(TypeRelation *relation, Type *other) in Identical()
DenumType.cpp27 void EnumType::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmoduleResolutionWithRequire.ts31 const { other }: { other: string } = require('./other'); constant
DgenericCallWithObjectTypeArgsAndIndexersErrors.ts28 function other<T>(arg: T) { function
DmoduleResolutionWithRequireAndImport.ts36 const { other }: { other: string } = require('./other'); constant
DrecurringTypeParamForContainerOfBase01.ts31 other: BoxOfFoo<T>; property
DthisTypeInBasePropertyAndDerivedContainerOfBase01.ts31 other: BoxOfFoo<this>; property
DgenericCallWithObjectTypeArgsAndNumericIndexer.ts38 function other<T>(arg: T) { function
DgenericCallWithObjectTypeArgsAndStringIndexer.ts38 function other<T>(arg: T) { function
DrecursiveTypesUsedAsFunctionParameters.ts41 function other<T extends List<U>, U>() { function
DgenericCallWithObjectTypeArgsAndIndexers.ts44 function other<T extends Date>(arg: T) { function
DobjectRestAssignment.ts28 let other: number; variable
DgenericCallWithGenericSignatureArguments.ts122 function other<T>(x: T) { function
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_allocator.h36 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
Dmark_stack.h105 inline void BeginMarking(Heap *heap, ContinuousStack<T> *other) in BeginMarking()
114 inline void FinishMarking(ContinuousStack<T> *other) in FinishMarking()
Dcaddress_allocator.h36 using other = CAddressAllocator<U>; member
45 explicit CAddressAllocator(const CAddressAllocator<U> &other [[maybe_unused]]) in CAddressAllocator()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsFunctionLikeClasses2/
Dsource.js39 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/
Dframe_states.h57 void CopyFrom(FrameStateInfo *other) in CopyFrom()
63 bool MergeLiveout(FrameStateInfo *other) in MergeLiveout()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.h37 void CopyFrom(DependChains *other) in CopyFrom()

1234