Searched defs:tuple (Results 1 – 6 of 6) sorted by relevance
24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<Index...> /* unused */) in ForEachTupleImpl()30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple()
297 TupleType tuple; in RawBufferToStruct() local
165 VTable::Tuple tuple = eVTable->GetTuple(thread, index); in GenVTable() local170 VTable::Tuple tuple = VTable::CreateTuple(thread, phcHandle.GetTaggedValue(), owner, index); in GenVTable() local
58 void VTable::SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple) in SetByIndex()
211 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex()306 Type *ArrayDestructuringContext::CreateTupleTypeForRest(TupleType *tuple) in CreateTupleTypeForRest()
185 checker::TupleType *tuple = type->AsObjectType()->AsTupleType(); in GetSpreadElementType() local