Searched defs:Tuple2 (Results 1 – 3 of 3) sorted by relevance
24 TQ_OBJECT_CONSTRUCTORS_IMPL(Tuple2) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
48 typedef ::std::tuple<long, int> Tuple2; // NOLINT typedef
14 interface Tuple2<T0, T1> extends Array<any> { interface