/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_map.h | 117 bool operator()(const value_type& __x, const value_type& __y) const 246 * @brief %Map assignment operator. 253 operator=(const map& __x) 261 * @brief %Map move assignment operator. 268 operator=(map&& __x) 278 * @brief %Map list assignment operator. 289 operator=(initializer_list<value_type> __l) 438 * operator. Returns data associated with the key specified in 445 operator[](const key_type& __k) 459 operator[](key_type&& __k [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 83 operator()(entry p_lhs, entry p_rhs) const 85 return Cmp_Fn::operator()(*p_lhs, * p_rhs);
|
entry_pred.hpp | 83 operator()(entry p_v) const 85 return Pred::operator()(*p_v);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/eq_fn/ |
eq_by_less.hpp | 58 operator()(const Key& r_lhs, const Key& r_rhs) const 60 const bool l = Cmp_Fn::operator()(r_lhs, r_rhs); 61 const bool g = Cmp_Fn::operator()(r_rhs, r_lhs);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_policy/ |
counter_lu_metadata.hpp | 72 operator()(size_type max_size) const 77 operator()(Metadata_Reference r_data, size_type m_max_count) const
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/ |
hash_fun.h | 84 operator()(const char* __s) const 92 operator()(const char* __s) const 100 operator()(char __x) const 108 operator()(unsigned char __x) const 116 operator()(unsigned char __x) const 124 operator()(short __x) const 132 operator()(unsigned short __x) const 140 operator()(int __x) const 148 operator()(unsigned int __x) const 156 operator()(long __x) cons [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_map.h | 117 bool operator()(const value_type& __x, const value_type& __y) const 246 * @brief %Map assignment operator. 253 operator=(const map& __x) 261 * @brief %Map move assignment operator. 268 operator=(map&& __x) 278 * @brief %Map list assignment operator. 289 operator=(initializer_list<value_type> __l) 438 * operator. Returns data associated with the key specified in 445 operator[](const key_type& __k) 459 operator[](key_type&& __k [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 83 operator()(entry p_lhs, entry p_rhs) const 85 return Cmp_Fn::operator()(*p_lhs, * p_rhs);
|
entry_pred.hpp | 83 operator()(entry p_v) const 85 return Pred::operator()(*p_v);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/eq_fn/ |
eq_by_less.hpp | 58 operator()(const Key& r_lhs, const Key& r_rhs) const 60 const bool l = Cmp_Fn::operator()(r_lhs, r_rhs); 61 const bool g = Cmp_Fn::operator()(r_rhs, r_lhs);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_policy/ |
counter_lu_metadata.hpp | 72 operator()(size_type max_size) const 77 operator()(Metadata_Reference r_data, size_type m_max_count) const
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
gslice_array.h | 50 * operator[](gslice) on a valarray. The returned gslice_array then 52 * the original valarray. For example, operator+=(valarray) will add 70 /// Assignment operator. Assigns slice elements to corresponding 72 gslice_array& operator=(const gslice_array&); 75 void operator=(const valarray<_Tp>&) const; 77 void operator*=(const valarray<_Tp>&) const; 79 void operator/=(const valarray<_Tp>&) const; 81 void operator%=(const valarray<_Tp>&) const; 83 void operator+=(const valarray<_Tp>&) const; 85 void operator-=(const valarray<_Tp>&) const [all...] |
stl_bvector.h | 77 operator bool() const 81 operator=(bool __x) 91 operator=(const _Bit_reference& __x) 95 operator==(const _Bit_reference& __x) const 99 operator<(const _Bit_reference& __x) const 151 operator==(const _Bit_iterator_base& __i) const 155 operator<(const _Bit_iterator_base& __i) const 162 operator!=(const _Bit_iterator_base& __i) const 166 operator>(const _Bit_iterator_base& __i) const 170 operator<=(const _Bit_iterator_base& __i) cons [all...] |
stl_map.h | 115 bool operator()(const value_type& __x, const value_type& __y) const 244 * @brief %Map assignment operator. 251 operator=(const map& __x) 259 * @brief %Map move assignment operator. 266 operator=(map&& __x) 275 * @brief %Map list assignment operator. 286 operator=(initializer_list<value_type> __l) 435 * operator. Returns data associated with the key specified in 442 operator[](const key_type& __k) 778 operator==(const map<_K1, _T1, _C1, _A1>& [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 83 operator()(entry p_lhs, entry p_rhs) const 85 return Cmp_Fn::operator()(*p_lhs, * p_rhs);
|
entry_pred.hpp | 83 operator()(entry p_v) const 85 return Pred::operator()(*p_v);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/eq_fn/ |
eq_by_less.hpp | 58 operator()(const Key& r_lhs, const Key& r_rhs) const 60 const bool l = Cmp_Fn::operator()(r_lhs, r_rhs); 61 const bool g = Cmp_Fn::operator()(r_rhs, r_lhs);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/ |
counter_lu_metadata.hpp | 72 operator()(size_type max_size) const 77 operator()(Metadata_Reference r_data, size_type m_max_count) const
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional_hash.h | 41 operator()(_Tp __val) const; 49 operator()(_Tp* __p) const 57 hash<_Tp>::operator()(_Tp __val) const \ 133 hash<float>::operator()(float __val) const 147 hash<double>::operator()(double __val) const 161 hash<long double>::operator()(long double __val) const; 163 /// Explicit specialization of member operator for non-builtin types. 166 hash<string>::operator()(string) const; 170 hash<const string&>::operator()(const string&) const; 175 hash<wstring>::operator()(wstring) const [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 32 // The C++ standard does not define the precise semantics of operator[]. 33 // In this implementation the const version of operator[] is equivalent 382 reference& operator=(bool __x) { 392 reference& operator=(const reference& __j) { 402 bool operator~() const { return (*(_M_wp) & _Bitset_base::_S_maskbit(_M_bpos)) == 0; } 405 operator bool() const { return (*(_M_wp) & _Bitset_base::_S_maskbit(_M_bpos)) != 0; } 450 bitset<_Nb>& operator&=(const bitset<_Nb>& __rhs) { 455 bitset<_Nb>& operator|=(const bitset<_Nb>& __rhs) { 460 bitset<_Nb>& operator^=(const bitset<_Nb>& __rhs) { 465 bitset<_Nb>& operator<<=(size_t __pos) [all...] |
_carray.h | 48 _Tp& operator [] (size_t __i) {
|
_ctraits_fns.h | 37 bool operator()(const typename _Traits::char_type& __x, 47 bool operator()(const typename _Traits::char_type& __x) const 57 bool operator()(const typename _Traits::char_type& __x) const 67 bool operator()(const typename _Traits::char_type& __x) const 77 bool operator()(const typename _Traits::char_type& __x,
|
_istreambuf_iterator.h | 40 // We do not read any characters until operator* is called. operator* calls sgetc 42 // used. Calls to operator++ use sbumpc. 66 char_type operator*() const { this->_M_getc(); return _M_c; } 67 istreambuf_iterator<_CharT, _Traits>& operator++() { 72 istreambuf_iterator<_CharT, _Traits> operator++(int); 110 inline bool _STLP_CALL operator==(const istreambuf_iterator<_CharT, _Traits>& __x, 118 inline bool _STLP_CALL operator!=(const istreambuf_iterator<_CharT, _Traits>& __x, 144 istreambuf_iterator<_CharT, _Traits>::operator++(int) { 146 // underlined buffer---during call of operator *() [all...] |
_locale.h | 93 void operator=(const facet&); 141 const locale& operator=(const locale&) _STLP_NOTHROW; 164 bool operator==(const locale&) const; 165 bool operator!=(const locale&) const; 168 bool operator()(const string& __x, const string& __y) const; 170 bool operator()(const wstring& __x, const wstring& __y) const; 174 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, 244 const locale& operator=(const locale& __loc) _STLP_NOTHROW { 245 _Locale::operator=(__loc); 259 bool operator==(const locale& __loc) const { return _Locale::operator==(__loc); [all...] |
_string_hash.h | 47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const 55 size_t operator()(const string& __s) const 62 size_t operator()(const wstring& __s) const
|