Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstruct-inl.h24 TQ_OBJECT_CONSTRUCTORS_IMPL(Tuple2) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
/third_party/googletest/googlemock/test/
Dgmock-matchers-arithmetic_test.cc48 typedef ::std::tuple<long, int> Tuple2; // NOLINT typedef
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts14 interface Tuple2<T0, T1> extends Array<any> { interface