Home
last modified time | relevance | path

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

/external/federated-compute/fcp/base/
Dtracing_schema.h50 using TupleType = std::tuple<std::string>; variable
88 using TupleType = std::tuple<std::string, std::string, std::int32_t>; variable
126 …using TupleType = std::tuple<TracingStatusCode, TracingStatusCode, std::string, std::string, std::… variable
/external/python/cpython2/Lib/
Dtypes.py38 TupleType = tuple variable