Searched defs:Tuple (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h782 template <bool kIndexValid, int kIndex, class Tuple>
1302 // 6.1.3.2 Tuple creation functions.
1369 // 6.1.3.3 Tuple helper classes.
1371 template <typename Tuple> struct tuple_size;
1428 template <int k, class Tuple>
1431 k < (tuple_size<Tuple>::value), k, Tuple>::type type;
1434 #define GTEST_TUPLE_ELEMENT_(k, Tuple) typename tuple_element<k, Tuple >::type
1443 template <class Tuple>
9987 PrintPrefixTo(const Tuple&, ::std::ostream*) argument
9990 TersePrintPrefixToStrings(const Tuple&, Strings*) argument
[all...]

Completed in 47 milliseconds