/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 38 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 …]
|
D | eq.pass.cpp | 26 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/utilities/time/time.traits/time.traits.specializations/ |
D | time_point.pass.cpp | 26 typedef std::chrono::time_point<C, D2> T2; in test() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/ |
D | types.pass.cpp | 26 typedef std::try_to_lock_t T2; in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/ |
D | op_equal.fail.cpp | 35 typedef std::chrono::time_point<Clock2, Duration2> T2; in main() typedef
|
D | op_less.fail.cpp | 43 typedef std::chrono::time_point<Clock2, Duration2> T2; in main() typedef
|
D | op_less.pass.cpp | 39 typedef std::chrono::time_point<Clock, Duration2> T2; in main() typedef
|
D | op_equal.pass.cpp | 31 typedef std::chrono::time_point<Clock, Duration2> T2; in main() typedef
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 512 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
|
D | gtest.h | 1401 const T1& value, const T2& /* other_operand */) { in FormatForComparisonFailureMessage()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
D | bool_trait_def.hpp | 80 #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/ |
D | array.hpp | 179 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/ |
D | gtest-param-test_test.cc | 104 ::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
|