Searched refs:tr1 (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/lutok/
H A Ddebug.hpp39 #include <tr1/memory>
65 std::tr1::shared_ptr< impl > _pimpl;
H A Dstate.hpp40 #include <tr1/memory>
83 std::tr1::shared_ptr< impl > _pimpl;
/freebsd-13-stable/lib/libc/string/
H A Dwcscoll.c48 wchar_t *tr1 = NULL, *tr2 = NULL; local
92 free(tr1);
93 if ((tr1 = wcsdup(w1)) == NULL)
95 bp = tr1;
96 fp = tr1 + wcslen(tr1) - 1;
112 w1 = tr1;
219 free(tr1);
/freebsd-13-stable/contrib/ofed/libibnetdisc/
H A Dg_hash_table.cpp38 #include <tr1/unordered_map>
39 #define UM_NAMESPACE std::tr1
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-tuple-test.cc37 using ::std::tr1::get;
38 using ::std::tr1::make_tuple;
39 using ::std::tr1::tuple;
40 using ::std::tr1::tuple_element;
41 using ::std::tr1::tuple_size;
H A Dgoogletest-printers-test.cc995 // Tests printing ::std::tr1::tuples.
999 ::std::tr1::tuple<> t0;
1002 ::std::tr1::tuple<int> t1(5);
1005 ::std::tr1::tuple<char, bool> t2('a', true);
1008 ::std::tr1::tuple<bool, int, int> t3(false, 2, 3);
1011 ::std::tr1::tuple<bool, int, int, int> t4(false, 2, 3, 4);
1014 ::std::tr1::tuple<bool, int, int, int, bool> t5(false, 2, 3, 4, true);
1017 ::std::tr1::tuple<bool, int, int, int, bool, int> t6(false, 2, 3, 4, true, 6);
1020 ::std::tr1::tuple<bool, int, int, int, bool, int, int> t7(
1024 ::std::tr1
[all...]
/freebsd-13-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c106 { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" },
526 * tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]
528 unsigned tr1, tr2; local
534 &tr1, &m1, &s1, &f1, &tr2, &m2, &s2, &f2))
539 &tr1, &m1, &s1, &tr2, &m2, &s2, &f2))
544 &tr1, &m1, &s1, &f1, &tr2, &m2, &s2))
549 &tr1, &m1, &s1, &f1, &m2, &s2, &f2))
554 &tr1, &m1, &s1, &f1, &m2, &s2))
559 &tr1, &m1, &s1, &m2, &s2, &f2))
564 &tr1,
[all...]
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h653 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
658 // regardless of whether tr1::tuple is implemented using the
661 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
666 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
671 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
676 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
681 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
686 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
693 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
700 void PrintTo(const ::std::tr1
[all...]
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzloop.sh95 ls -tr1 $coreglob 2>/dev/null | head -1
/freebsd-13-stable/lib/libc++/
H A DMakefile232 INCSLINKS+= ../${hdr} ${CXXINCLUDEDIR}/tr1/${hdr}
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h88 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
98 // Test's own tr1 tuple implementation should be
661 // Determines whether Google Test can use tr1/tuple. You can define
666 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
669 // Prevent `warning C4996: 'std::tr1': warning STL4002:
670 // The non-Standard std::tr1 namespace and TR1-only machinery
682 // Determines whether Google Test's own tr1 tuple implementation
729 // We include tr1::tuple even if std::tuple is available to define printers for
733 # define GTEST_TUPLE_NAMESPACE_ ::std::tr1
749 // This prevents <boost/tr1/detai
[all...]
H A Dgtest-tuple.h57 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
114 namespace tr1 { namespace in namespace:std
133 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
136 // is the same as tr1::add_reference<T>::type.
143 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
673 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
968 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
989 } // namespace tr1

Completed in 80 milliseconds