HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 276 - 300 of 1686) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/
set.h 77 set(const set& __x)
78 : _Base(__x) { }
80 set(const _Base& __x)
81 : _Base(__x) { }
84 set(set&& __x)
85 : _Base(std::move(__x))
97 operator=(const set& __x)
99 *static_cast<_Base*>(this) = __x;
105 operator=(set&& __x)
110 this->swap(__x);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 37 bool operator()(const typename _Traits::char_type& __x,
39 { return _Traits::eq(__x, __y); }
47 bool operator()(const typename _Traits::char_type& __x) const
48 { return _Traits::eq(__x, __val); }
57 bool operator()(const typename _Traits::char_type& __x) const
58 { return !_Traits::eq(__x, __val); }
67 bool operator()(const typename _Traits::char_type& __x) const
68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
77 bool operator()(const typename _Traits::char_type& __x,
79 { return _Traits::lt(__x, __y);
    [all...]
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 37 bool operator()(const typename _Traits::char_type& __x,
39 { return _Traits::eq(__x, __y); }
47 bool operator()(const typename _Traits::char_type& __x) const
48 { return _Traits::eq(__x, __val); }
57 bool operator()(const typename _Traits::char_type& __x) const
58 { return !_Traits::eq(__x, __val); }
67 bool operator()(const typename _Traits::char_type& __x) const
68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
77 bool operator()(const typename _Traits::char_type& __x,
79 { return _Traits::lt(__x, __y);
    [all...]
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 37 bool operator()(const typename _Traits::char_type& __x,
39 { return _Traits::eq(__x, __y); }
47 bool operator()(const typename _Traits::char_type& __x) const
48 { return _Traits::eq(__x, __val); }
57 bool operator()(const typename _Traits::char_type& __x) const
58 { return !_Traits::eq(__x, __val); }
67 bool operator()(const typename _Traits::char_type& __x) const
68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
77 bool operator()(const typename _Traits::char_type& __x,
79 { return _Traits::lt(__x, __y);
    [all...]
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 77 multiset(const multiset& __x)
78 : _Base(__x) { }
80 multiset(const _Base& __x)
81 : _Base(__x) { }
84 multiset(multiset&& __x)
85 : _Base(std::move(__x))
97 operator=(const multiset& __x)
99 *static_cast<_Base*>(this) = __x;
105 operator=(multiset&& __x)
110 this->swap(__x);
    [all...]
set.h 77 set(const set& __x)
78 : _Base(__x) { }
80 set(const _Base& __x)
81 : _Base(__x) { }
84 set(set&& __x)
85 : _Base(std::move(__x))
97 operator=(const set& __x)
99 *static_cast<_Base*>(this) = __x;
105 operator=(set&& __x)
110 this->swap(__x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 77 multiset(const multiset& __x)
78 : _Base(__x) { }
80 multiset(const _Base& __x)
81 : _Base(__x) { }
84 multiset(multiset&& __x)
86 : _Base(std::move(__x))
98 operator=(const multiset& __x)
100 *static_cast<_Base*>(this) = __x;
106 operator=(multiset&& __x)
111 this->swap(__x);
    [all...]
set.h 77 set(const set& __x)
78 : _Base(__x) { }
80 set(const _Base& __x)
81 : _Base(__x) { }
84 set(set&& __x)
86 : _Base(std::move(__x))
98 operator=(const set& __x)
100 *static_cast<_Base*>(this) = __x;
106 operator=(set&& __x)
111 this->swap(__x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 37 bool operator()(const typename _Traits::char_type& __x,
39 { return _Traits::eq(__x, __y); }
47 bool operator()(const typename _Traits::char_type& __x) const
48 { return _Traits::eq(__x, __val); }
57 bool operator()(const typename _Traits::char_type& __x) const
58 { return !_Traits::eq(__x, __val); }
67 bool operator()(const typename _Traits::char_type& __x) const
68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
77 bool operator()(const typename _Traits::char_type& __x,
79 { return _Traits::lt(__x, __y);
    [all...]
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctraits_fns.h 37 bool operator()(const typename _Traits::char_type& __x,
39 { return _Traits::eq(__x, __y); }
47 bool operator()(const typename _Traits::char_type& __x) const
48 { return _Traits::eq(__x, __val); }
57 bool operator()(const typename _Traits::char_type& __x) const
58 { return !_Traits::eq(__x, __val); }
67 bool operator()(const typename _Traits::char_type& __x) const
68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
77 bool operator()(const typename _Traits::char_type& __x,
79 { return _Traits::lt(__x, __y);
    [all...]
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 77 multiset(const multiset& __x)
78 : _Base(__x) { }
80 multiset(const _Base& __x)
81 : _Base(__x) { }
84 multiset(multiset&& __x)
85 : _Base(std::move(__x))
97 operator=(const multiset& __x)
99 *static_cast<_Base*>(this) = __x;
105 operator=(multiset&& __x)
110 this->swap(__x);
    [all...]
set.h 77 set(const set& __x)
78 : _Base(__x) { }
80 set(const _Base& __x)
81 : _Base(__x) { }
84 set(set&& __x)
85 : _Base(std::move(__x))
97 operator=(const set& __x)
99 *static_cast<_Base*>(this) = __x;
105 operator=(set&& __x)
110 this->swap(__x);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 77 multiset(const multiset& __x)
78 : _Base(__x) { }
80 multiset(const _Base& __x)
81 : _Base(__x) { }
84 multiset(multiset&& __x)
86 : _Base(std::move(__x))
98 operator=(const multiset& __x)
100 *static_cast<_Base*>(this) = __x;
106 operator=(multiset&& __x)
111 this->swap(__x);
    [all...]
set.h 77 set(const set& __x)
78 : _Base(__x) { }
80 set(const _Base& __x)
81 : _Base(__x) { }
84 set(set&& __x)
86 : _Base(std::move(__x))
98 operator=(const set& __x)
100 *static_cast<_Base*>(this) = __x;
106 operator=(set&& __x)
111 this->swap(__x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_map.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
170 map(const map& __x)
171 : _M_t(__x._M_t) { }
181 map(map&& __x)
182 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
251 operator=(const map& __x)
253 _M_t = __x._M_t;
266 operator=(map&& __x)
270 this->swap(__x);
    [all...]
stl_multimap.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
168 multimap(const multimap& __x)
169 : _M_t(__x._M_t) { }
179 multimap(multimap&& __x)
180 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
248 operator=(const multimap& __x)
250 _M_t = __x._M_t;
263 operator=(multimap&& __x)
267 this->swap(__x);
    [all...]
  /external/stlport/stlport/stl/
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_stack.h 178 * @param __x Data to be added.
186 push(const value_type& __x)
187 { c.push_back(__x); }
191 push(value_type&& __x)
192 { c.push_back(std::move(__x)); }
231 * @param __x A %stack.
232 * @param __y A %stack of the same type as @a __x.
243 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
244 { return __x.c == __y.c; }
248 * @param __x A %stack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_stack.h 178 * @param __x Data to be added.
186 push(const value_type& __x)
187 { c.push_back(__x); }
191 push(value_type&& __x)
192 { c.push_back(std::move(__x)); }
231 * @param __x A %stack.
232 * @param __y A %stack of the same type as @a __x.
243 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
244 { return __x.c == __y.c; }
248 * @param __x A %stack
    [all...]

Completed in 597 milliseconds

<<11121314151617181920>>