HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 2876 - 2900 of 6015) sorted by null

<<111112113114115116117118119120>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 65 __Named_exception& __Named_exception::operator = (const __Named_exception& __x) {
_stdexcept_base.h 72 __Named_exception& operator = (const __Named_exception&);
_tree.h 170 reference operator*() const {
176 _Self& operator++() {
180 _Self operator++(int) {
186 _Self& operator--() {
190 _Self operator--(int) {
196 bool operator == (const_iterator __rhs) const {
199 bool operator != (const_iterator __rhs) const {
264 // __root, in iterator.operator++
415 _Self& operator=(const _Self& __x);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 11 * operator fails of course so we are force to use mutable key for this compiler.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 165 _Self& operator=(const _Self& __s) {
172 _Self& operator=(const _CharT* __s) {
178 _Self& operator=(_CharT __c) {
220 const_reference operator[](size_type __n) const {
225 reference operator[](size_type __n) {
233 // Append, operator+=, push_back.
234 _Self& operator+=(const _Self& __s) { return append(__s); }
235 _Self& operator+=(const _CharT* __s) {
240 _Self& operator+=(_CharT __c) { return append(1, __c); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
find_fn_imps.hpp 67 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 52 p->m_hash = ranged_hash_fn_base::operator()((const_key_reference)(PB_DS_V2F(p->m_value))).second;
resize_no_store_hash_fn_imps.hpp 48 ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value));
resize_store_hash_fn_imps.hpp 48 ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 51 p_e->m_hash = ranged_probe_fn_base::operator()(PB_DS_V2F(r_val)).second;
debug_store_hash_fn_imps.hpp 63 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 69 operator()(const_key_reference r_key, size_type i) const;
sample_range_hashing.hpp 73 operator()(size_type hash) const;
sample_ranged_hash_fn.hpp 73 operator()(const_key_reference r_key) const;
sample_ranged_probe_fn.hpp 73 operator()(const_key_reference r_key, size_t hash, size_type i) const;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 76 _GLIBCXX_DEBUG_ASSERT(Cmp_Fn::operator()(PB_DS_V2F(*prev_it),
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
insert_fn_imps.hpp 70 else if (Cmp_Fn::operator()(base_type::m_p_root->m_value, p_nd->m_value))
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
constructors_destructor_fn_imps.hpp 79 if (Cmp_Fn::operator()(m_p_max->m_value, p_nd->m_value))
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
sample_tree_node_update.hpp 68 operator()(node_iterator node_it, const_node_iterator end_nd_it) const;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
sample_trie_node_update.hpp 68 operator()(node_iterator node_it, const_node_iterator end_nd_it) const;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 81 operator()(size_type i) const;
105 operator()(size_type i) const;
137 operator()(size_type hash) const;
166 operator()(size_type hash) const;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 167 operator<<(std::ostream&, const throw_allocator_base&);
268 operator==(const throw_allocator<T>&, const throw_allocator<T>&)
273 operator!=(const throw_allocator<T>&, const throw_allocator<T>&)
277 operator<<(std::ostream& os, const throw_allocator_base& alloc)
vstring.tcc 179 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
192 operator+(const _CharT* __lhs,
209 operator+(_CharT __lhs,
222 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
239 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
547 operator>>(basic_istream<_CharT, _Traits>& __in,
606 // 91. Description of operator>> and getline() for string<>
611 // 211. operator>>(istream&, string&) doesn't set failbit
682 // 91. Description of operator>> and getline() for string<>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
unordered_map 230 operator=(unordered_map&& __x)
239 operator=(initializer_list<value_type> __l)
313 operator=(unordered_multimap&& __x)
322 operator=(initializer_list<value_type> __l)
unordered_set 223 operator=(unordered_set&& __x)
232 operator=(initializer_list<value_type> __l)
303 operator=(unordered_multiset&& __x)
312 operator=(initializer_list<value_type> __l)

Completed in 584 milliseconds

<<111112113114115116117118119120>>