Home
last modified time | relevance | path

Searched defs:tuple (Results 1 – 6 of 6) 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_runtime/ecmascript/
Dsubtyping_operator.cpp165 VTable::Tuple tuple = eVTable->GetTuple(thread, index); in GenVTable() local
170 VTable::Tuple tuple = VTable::CreateTuple(thread, phcHandle.GetTaggedValue(), owner, index); in GenVTable() local
Dvtable.cpp58 void VTable::SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple) in SetByIndex()
/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