Home
last modified time | relevance | path

Searched defs:tuple (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libpandabase/serializer/
H A Dfor_each_tuple.h24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<Index...> /* unused */) in ForEachTupleImpl() argument
30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple() argument
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
H A Dfor_each_tuple.h24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<INDEX...> /* unused */) in ForEachTupleImpl() argument
30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dvtable.cpp59 void VTable::SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple) in SetByIndex() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DvalidateHelpers.cpp330 bool ETSChecker::ValidateTupleMinElementSize(ir::ArrayExpression *const arrayExpr, ETSTupleType *tuple) in ValidateTupleMinElementSize() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DarrayExpression.cpp185 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp220 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex() argument
315 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp225 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex() argument
320 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp220 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local

Completed in 8 milliseconds