Home
last modified time | relevance | path

Searched defs:TupleType (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dtypes.py38 TupleType = tuple variable
/external/v8/src/compiler/
Dtypes.h230 class TupleType; variable
626 TupleType(int length, Zone* zone) : StructuralType(kTuple, length, zone) {} in TupleType() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.cpp260 using TupleType = std::tuple<int32_t, uint64_t, ResultRow>; in exportStats() typedef