Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_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.h295 TupleType tuple; in RawBufferToStruct() local
/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.h295 TupleType tuple; in RawBufferToStruct() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ets_to_ts/
Dgetter.test.js23 const tuple = [number, string]; variable
69 tuple, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/indirect_call/
Dindirect_call.js26 function indirectCallTypeExtraSet(tuple) { argument
/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp59 void VTable::SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple) in SetByIndex()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcse.cpp221 for (auto tuple : matchedTuple_) { in GlobalCse() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp219 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex()
314 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp225 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex()
320 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp354 … ETSChecker::ValidateTupleMinElementSize(ir::ArrayExpression *const arrayExpr, ETSTupleType *tuple) in ValidateTupleMinElementSize()
Dobject.cpp1445 bool ETSChecker::ValidateTupleIndex(const ETSTupleType *const tuple, ir::MemberExpression *const ex… in ValidateTupleIndex()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp182 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp220 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local