Home
last modified time | relevance | path

Searched defs:TupleType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DtupleType.h31 explicit TupleType(ArenaAllocator *allocator) in TupleType() function
36TupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, ElementFlags combinedF… in TupleType() function
52TupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, ElementFlags combinedF… in TupleType() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DtupleType.h30 explicit TupleType(ArenaAllocator *allocator) in TupleType() function
35 TupleType( in TupleType() function
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.h42 using TupleType = std::tuple<std::decay_t<Types>...>; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager.h50 using TupleType = std::tuple<std::decay_t<Types>...>; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/ts_to_sts/
Dmain.ts22 type TupleType = [number, boolean]; alias
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/
Dinterface_method.ts129 interface TupleType { interface
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/
Dgetter.ts111 export type TupleType = [number, string]; alias
/arkcompiler/runtime_core/libpandabase/serializer/
Dserializer.h293 using TupleType = decltype(internal::StructToTuple<N, S>({})); in RawBufferToStruct() local
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
Dserializer.h293 using TupleType = decltype(internal::StructToTuple<N, S>({})); in RawBufferToStruct() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts1865 if (type instanceof ArrayType || type instanceof TupleType) { alias