Searched defs:tuple (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/serializer/ |
| D | for_each_tuple.h | 24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<INDEX...> /* unused */) in ForEachTupleImpl() 30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple()
|
| D | serializer.h | 295 TupleType tuple; in RawBufferToStruct() local
|
| /arkcompiler/runtime_core/libpandabase/serializer/ |
| D | for_each_tuple.h | 24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<Index...> /* unused */) in ForEachTupleImpl() 30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple()
|
| D | serializer.h | 295 TupleType tuple; in RawBufferToStruct() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ets_to_ts/ |
| D | getter.test.js | 23 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/ |
| D | indirect_call.js | 26 function indirectCallTypeExtraSet(tuple) { argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | vtable.cpp | 59 void VTable::SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple) in SetByIndex()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | cse.cpp | 221 for (auto tuple : matchedTuple_) { in GlobalCse() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 219 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex() 314 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | destructuringContext.cpp | 225 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex() 320 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | validateHelpers.cpp | 354 … ETSChecker::ValidateTupleMinElementSize(ir::ArrayExpression *const arrayExpr, ETSTupleType *tuple) in ValidateTupleMinElementSize()
|
| D | object.cpp | 1445 bool ETSChecker::ValidateTupleIndex(const ETSTupleType *const tuple, ir::MemberExpression *const ex… in ValidateTupleIndex()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | arrayExpression.cpp | 182 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 220 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local
|