HomeSort by relevance Sort by last modified time
    Searched refs:pair (Results 26 - 50 of 4015) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
stl_pair.h 72 struct pair { struct
78 pair() : first(), second() {} function in struct:pair
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
stl_pair.h 72 struct pair { struct
78 pair() : first(), second() {} function in struct:pair
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
stl_pair.h 72 struct pair { struct
78 pair() : first(), second() {} function in struct:pair
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /external/clang/test/PCH/
crash-12631281.cpp 15 template <class _T1, class _T2> struct pair { struct
19 pair(_U1&& , _U2&& ); // expected-note {{candidate}}
23 pair<_ForwardIterator, _ForwardIterator> __equal_range(_ForwardIterator) {
24 return pair<_ForwardIterator, _ForwardIterator>(0, 0); // expected-error {{no matching constructor}}
28 pair<_ForwardIterator, _ForwardIterator> equal_range( _ForwardIterator a) {
33 pair<int, int> range() {
  /external/valgrind/main/none/tests/
allexec_prepare_prereq 11 pair() function
31 pair x86 amd64
32 pair ppc32 ppc64
33 pair s390x_unexisting_in_32bits s390x
34 pair arm arm64
35 pair mips32 mips64
  /external/libcxx/test/utilities/utility/pairs/pair.astuple/
tuple_size.pass.cpp 12 // template <class T1, class T2> struct pair
14 // tuple_size<pair<T1, T2> >::value
21 typedef std::pair<int, short> P1;
  /external/libcxx/test/utilities/utility/pairs/pairs.pair/
const_pair_U_V.pass.cpp 12 // template <class T1, class T2> struct pair
14 // template <class U, class V> pair(const pair<U, V>& p);
22 typedef std::pair<int, short> P1;
23 typedef std::pair<double, long> P2;
32 typedef std::pair<int, short> P1;
33 typedef std::pair<double, long> P2;
  /external/llvm/lib/DebugInfo/
DWARFRelocMap.h 17 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/
tuple_size.pass.cpp 12 // template <class T1, class T2> struct pair
14 // tuple_size<pair<T1, T2> >::value
21 typedef std::pair<int, short> P1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
const_pair_U_V.pass.cpp 12 // template <class T1, class T2> struct pair
14 // template <class U, class V> pair(const pair<U, V>& p);
22 typedef std::pair<int, short> P1;
23 typedef std::pair<double, long> P2;
32 typedef std::pair<int, short> P1;
33 typedef std::pair<double, long> P2;
  /external/libcxx/test/algorithms/alg.sorting/alg.min.max/
minmax_init_list_comp.pass.cpp 13 // pair<T, T>
23 assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
24 assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
25 assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
26 assert((std::minmax({2, 3, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
27 assert((std::minmax({3, 1, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
28 assert((std::minmax({3, 2, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
31 static_assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)), "");
32 static_assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)), "");
33 static_assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
minmax_init_list_comp.pass.cpp 13 // pair<T, T>
23 assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
24 assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
25 assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
26 assert((std::minmax({2, 3, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
27 assert((std::minmax({3, 1, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
28 assert((std::minmax({3, 2, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
31 static_assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)), "");
32 static_assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)), "");
33 static_assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)), "")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
96 struct pair struct
105 // 265. std::pair::pair() effects overly restrictive
108 _GLIBCXX_CONSTEXPR pair() function in struct:pair
111 /** Two objects may be passed to a @c pair constructor to be copied. */
112 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) function in struct:pair
115 /** There is also a templated copy ctor for the @c pair class itself. */
118 pair(const pair<_U1, _U2>& __p function in struct:pair
124 constexpr pair(const pair<_U1, _U2>& __p) function in struct:pair
133 constexpr pair(_U1&& __x, const _T2& __y) function in struct:pair
138 constexpr pair(const _T1& __x, _U2&& __y) function in struct:pair
144 constexpr pair(_U1&& __x, _U2&& __y) function in struct:pair
150 constexpr pair(pair<_U1, _U2>&& __p) function in struct:pair
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
96 struct pair struct
105 // 265. std::pair::pair() effects overly restrictive
108 _GLIBCXX_CONSTEXPR pair() function in struct:pair
111 /** Two objects may be passed to a @c pair constructor to be copied. */
112 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) function in struct:pair
115 /** There is also a templated copy ctor for the @c pair class itself. */
118 pair(const pair<_U1, _U2>& __p function in struct:pair
124 constexpr pair(const pair<_U1, _U2>& __p) function in struct:pair
133 constexpr pair(_U1&& __x, const _T2& __y) function in struct:pair
138 constexpr pair(const _T1& __x, _U2&& __y) function in struct:pair
144 constexpr pair(_U1&& __x, _U2&& __y) function in struct:pair
150 constexpr pair(pair<_U1, _U2>&& __p) function in struct:pair
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
88 struct pair struct
97 // 265. std::pair::pair() effects overly restrictive
100 _GLIBCXX_CONSTEXPR pair() function in struct:pair
103 /** Two objects may be passed to a @c pair constructor to be copied. */
104 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) function in struct:pair
107 /** There is also a templated copy ctor for the @c pair class itself. */
110 pair(const pair<_U1, _U2>& __p function in struct:pair
116 constexpr pair(const pair<_U1, _U2>& __p) function in struct:pair
125 constexpr pair(_U1&& __x, const _T2& __y) function in struct:pair
130 constexpr pair(const _T1& __x, _U2&& __y) function in struct:pair
136 constexpr pair(_U1&& __x, _U2&& __y) function in struct:pair
142 constexpr pair(pair<_U1, _U2>&& __p) function in struct:pair
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
88 struct pair struct
97 // 265. std::pair::pair() effects overly restrictive
100 _GLIBCXX_CONSTEXPR pair() function in struct:pair
103 /** Two objects may be passed to a @c pair constructor to be copied. */
104 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) function in struct:pair
107 /** There is also a templated copy ctor for the @c pair class itself. */
110 pair(const pair<_U1, _U2>& __p function in struct:pair
116 constexpr pair(const pair<_U1, _U2>& __p) function in struct:pair
125 constexpr pair(_U1&& __x, const _T2& __y) function in struct:pair
130 constexpr pair(const _T1& __x, _U2&& __y) function in struct:pair
136 constexpr pair(_U1&& __x, _U2&& __y) function in struct:pair
142 constexpr pair(pair<_U1, _U2>&& __p) function in struct:pair
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
96 struct pair struct
105 // 265. std::pair::pair() effects overly restrictive
108 _GLIBCXX_CONSTEXPR pair() function in struct:pair
111 /** Two objects may be passed to a @c pair constructor to be copied. */
112 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) function in struct:pair
115 /** There is also a templated copy ctor for the @c pair class itself. */
118 pair(const pair<_U1, _U2>& __p function in struct:pair
124 constexpr pair(const pair<_U1, _U2>& __p) function in struct:pair
133 constexpr pair(_U1&& __x, const _T2& __y) function in struct:pair
138 constexpr pair(const _T1& __x, _U2&& __y) function in struct:pair
144 constexpr pair(_U1&& __x, _U2&& __y) function in struct:pair
150 constexpr pair(pair<_U1, _U2>&& __p) function in struct:pair
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_pair.h 0 // Pair implementation -*- C++ -*-
96 struct pair struct
105 // 265. std::pair::pair() effects overly restrictive
108 _GLIBCXX_CONSTEXPR pair() function in struct:pair
111 /** Two objects may be passed to a @c pair constructor to be copied. */
112 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) function in struct:pair
115 /** There is also a templated copy ctor for the @c pair class itself. */
118 pair(const pair<_U1, _U2>& __p function in struct:pair
124 constexpr pair(const pair<_U1, _U2>& __p) function in struct:pair
133 constexpr pair(_U1&& __x, const _T2& __y) function in struct:pair
138 constexpr pair(const _T1& __x, _U2&& __y) function in struct:pair
144 constexpr pair(_U1&& __x, _U2&& __y) function in struct:pair
150 constexpr pair(pair<_U1, _U2>&& __p) function in struct:pair
    [all...]
  /external/chromium_org/base/containers/
hash_tables_unittest.cc 17 Type pair(value1, value2); \
19 map[pair] = 1; \
25 typedef std::pair<int16, int16> Int16Int16Pair;
26 typedef std::pair<int16, int32> Int16Int32Pair;
27 typedef std::pair<int16, int64> Int16Int64Pair;
34 typedef std::pair<int32, int16> Int32Int16Pair;
35 typedef std::pair<int32, int32> Int32Int32Pair;
36 typedef std::pair<int32, int64> Int32Int64Pair;
43 typedef std::pair<int64, int16> Int64Int16Pair;
44 typedef std::pair<int64, int32> Int64Int32Pair
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPtrRecorder.cpp 12 Pair* p = fList.begin();
13 Pair* stop = fList.end();
21 bool SkPtrSet::Less(const Pair& a, const Pair& b) {
31 Pair pair; local
32 pair.fPtr = ptr;
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
47 Pair pair; local
    [all...]
  /external/skia/src/core/
SkPtrRecorder.cpp 12 Pair* p = fList.begin();
13 Pair* stop = fList.end();
21 bool SkPtrSet::Less(const Pair& a, const Pair& b) {
31 Pair pair; local
32 pair.fPtr = ptr;
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
47 Pair pair; local
    [all...]

Completed in 4887 milliseconds

12 3 4 5 6 7 8 91011>>