Home
last modified time | relevance | path

Searched defs:T2 (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/
Dlt.pass.cpp38 typedef std::tuple<> T2; in main() typedef
48 typedef std::tuple<double> T2; in main() typedef
58 typedef std::tuple<double> T2; in main() typedef
68 typedef std::tuple<double> T2; in main() typedef
78 typedef std::tuple<double, char> T2; in main() typedef
88 typedef std::tuple<double, char> T2; in main() typedef
98 typedef std::tuple<double, char> T2; in main() typedef
108 typedef std::tuple<double, char> T2; in main() typedef
118 typedef std::tuple<double, char> T2; in main() typedef
128 typedef std::tuple<double, char, int> T2; in main() typedef
[all …]
Deq.pass.cpp26 typedef std::tuple<> T2; in main() typedef
34 typedef std::tuple<double> T2; in main() typedef
42 typedef std::tuple<double> T2; in main() typedef
50 typedef std::tuple<double, char> T2; in main() typedef
58 typedef std::tuple<double, char> T2; in main() typedef
66 typedef std::tuple<double, char> T2; in main() typedef
74 typedef std::tuple<double, char> T2; in main() typedef
82 typedef std::tuple<double, char, int> T2; in main() typedef
90 typedef std::tuple<double, char, int> T2; in main() typedef
98 typedef std::tuple<double, char, int> T2; in main() typedef
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/
Dtypes.pass.cpp26 typedef std::try_to_lock_t T2; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.specializations/
Dtime_point.pass.cpp26 typedef std::chrono::time_point<C, D2> T2; in test() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/
Dop_equal.fail.cpp35 typedef std::chrono::time_point<Clock2, Duration2> T2; in main() typedef
Dop_less.fail.cpp43 typedef std::chrono::time_point<Clock2, Duration2> T2; in main() typedef
Dop_equal.pass.cpp31 typedef std::chrono::time_point<Clock, Duration2> T2; in main() typedef
Dop_less.pass.cpp39 typedef std::chrono::time_point<Clock, Duration2> T2; in main() typedef
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo() argument
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() argument
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() argument
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() argument
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument
558 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
Dgtest.h1401 const T1& value, const T2& /* other_operand */) { in FormatForComparisonFailureMessage()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
Dbool_trait_def.hpp80 #define BOOST_TT_AUX_BOOL_TRAIT_DEF2(trait,T1,T2,C) \ argument
92 #define BOOST_TT_AUX_BOOL_TRAIT_DEF3(trait,T1,T2,T3,C) \ argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Darray.hpp179 array<T,N>& operator= (const array<T2,N>& rhs) { in operator =()
315 array<T,0>& operator= (const array<T2,0>& ) { in operator =()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-param-test_test.cc104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { in PrintValue() argument
114 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) { in PrintValue() argument