Home
last modified time | relevance | path

Searched refs:tr1 (Results 1 – 25 of 28) sorted by relevance

12

/ndk/tests/device/test-gnustl-full/unit/
Dreference_wrapper_test.cpp29 typedef std::tr1::reference_wrapper<int> rr_type; in ref()
37 rr_type r1 = std::tr1::ref(i); in ref()
41 r1 = std::tr1::ref(j); in ref()
60 typedef std::tr1::reference_wrapper<const int> crr_type; in cref()
68 crr_type r1 = std::tr1::cref(i); in cref()
72 r1 = std::tr1::cref(j); in cref()
Dshared_ptr_test.cpp28 public std::tr1::enable_shared_from_this<X>
34 std::tr1::shared_ptr<X> p( new X ); in shared_from_this()
35 std::tr1::shared_ptr<X> q = p->shared_from_this(); in shared_from_this()
Dmvctor_declaration_test.cpp30 using namespace std::tr1;
Dunordered_test.cpp16 using namespace std::tr1;
/ndk/tests/device/test-stlport/unit/
Dreference_wrapper_test.cpp29 typedef std::tr1::reference_wrapper<int> rr_type; in ref()
37 rr_type r1 = std::tr1::ref(i); in ref()
41 r1 = std::tr1::ref(j); in ref()
60 typedef std::tr1::reference_wrapper<const int> crr_type; in cref()
68 crr_type r1 = std::tr1::cref(i); in cref()
72 r1 = std::tr1::cref(j); in cref()
Dshared_ptr_test.cpp28 public std::tr1::enable_shared_from_this<X>
34 std::tr1::shared_ptr<X> p( new X ); in shared_from_this()
35 std::tr1::shared_ptr<X> q = p->shared_from_this(); in shared_from_this()
Dmvctor_declaration_test.cpp30 using namespace std::tr1;
Dunordered_test.cpp16 using namespace std::tr1;
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DChangeLog3 * Add support for std::tr1::unordered_{multi,}{map,set}, std::auto_ptr,
4 std::tr1::shared_ptr and std::tr1::weak_ptr.
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { in PrintTo()
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { in PrintTo()
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo()
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo()
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo()
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo()
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo()
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo()
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo()
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo()
[all …]
/ndk/sources/third_party/googletest/googletest/samples/
Dsample8_unittest.cc93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam()); in SetUp()
105 int max_precalculated = ::std::tr1::get<1>(GetParam()); in SetUp()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-tuple_test.cc38 using ::std::tr1::get;
39 using ::std::tr1::make_tuple;
40 using ::std::tr1::tuple;
41 using ::std::tr1::tuple_element;
42 using ::std::tr1::tuple_size;
Dgtest-param-test_test.cc67 using ::std::tr1::get;
68 using ::std::tr1::make_tuple;
69 using ::std::tr1::tuple;
Dgtest-printers_test.cc213 using ::std::tr1::make_tuple;
214 using ::std::tr1::tuple;
/ndk/sources/cxx-stl/stlport/stlport/
Dfunctional72 namespace tr1 {
96 } // namespace tr1
132 namespace tr1 {
138 } // namespace tr1
Dmemory104 namespace tr1 {
119 } // namespace tr1
Dtype_traits784 _STLP_END_NAMESPACE // tr1
789 // # include <tr1/type_traits>
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-tuple.h.pump82 namespace tr1 {
98 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
101 // is the same as tr1::add_reference<T>::type.
108 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
202 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
298 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
319 } // namespace tr1
Dgtest-param-util-generated.h.pump42 // by the maximum arity of the implementation of tr1::tuple which is
131 : public ParamGeneratorInterface< ::std::tr1::tuple<$for j, [[T$j]]> > {
133 typedef ::std::tr1::tuple<$for j, [[T$j]]> ParamType;
272 operator ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >() const {
273 return ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >(
Dgtest-tuple.h105 namespace tr1 {
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
959 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
Dgtest-param-util-generated.h3160 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
3162 typedef ::std::tr1::tuple<T1, T2> ParamType;
3275 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
3277 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3407 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3409 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3558 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3560 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3726 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5,
3729 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType;
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dfenv.hpp48 namespace std { namespace tr1 { namespace
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_bc.h67 # define _STLP_TR1 _STLP_STD_NAME::tr1::
Dfeatures.h500 # define _STLP_BEGIN_TR1_NAMESPACE namespace tr1 {
516 # define _STLP_TR1 _STLP_STD::tr1::
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Dtest.cpp20 #define STD_TR1 std::tr1

12