Home
last modified time | relevance | path

Searched defs:tuple (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/serializer/
Dfor_each_tuple.h24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<Index...> /* unused */) in ForEachTupleImpl()
30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple()
Dserializer.h297 TupleType tuple; in RawBufferToStruct() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp211 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex()
306 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp185 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local