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

<<41424344454647484950>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cmp_fn_imps.hpp 46 operator==(const Other_HT_Map_Type& other) const
82 operator!=(const Other_HT_Map_Type& other) const
83 { return !operator==(other); }
erase_no_store_hash_fn_imps.hpp 48 return erase_in_pos_imp(r_key, ranged_hash_fn_base::operator()(r_key));
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
88 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value), r_key))
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 48 size_type hash = ranged_probe_fn_base::operator()(r_key);
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
erase_store_hash_fn_imps.hpp 47 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key);
52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
66 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 117 operator=(pair&& __p)
126 operator=(pair<_U1, _U2>&& __p)
146 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
152 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
156 /// Uses @c operator== to find the result.
159 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
162 /// Uses @c operator< to find the result.
165 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
168 /// Uses @c operator< to find the result.
171 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
stl_stack.h 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
256 /// Based on operator==
259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
262 /// Based on operator<
265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
268 /// Based on operator<
271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cmp_fn_imps.hpp 46 operator==(const Other_HT_Map_Type& other) const
82 operator!=(const Other_HT_Map_Type& other) const
83 { return !operator==(other); }
erase_no_store_hash_fn_imps.hpp 48 return erase_in_pos_imp(r_key, ranged_hash_fn_base::operator()(r_key));
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
88 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value), r_key))
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 48 size_type hash = ranged_probe_fn_base::operator()(r_key);
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
erase_store_hash_fn_imps.hpp 47 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key);
52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
66 if (hash_eq_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/bits/
stl_pair.h 117 operator=(pair&& __p)
126 operator=(pair<_U1, _U2>&& __p)
146 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
152 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
156 /// Uses @c operator== to find the result.
159 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
162 /// Uses @c operator< to find the result.
165 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
168 /// Uses @c operator< to find the result.
171 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
stl_stack.h 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
256 /// Based on operator==
259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
262 /// Based on operator<
265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
268 /// Based on operator<
271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cmp_fn_imps.hpp 46 operator==(const Other_HT_Map_Type& other) const
82 operator!=(const Other_HT_Map_Type& other) const
83 { return !operator==(other); }
erase_no_store_hash_fn_imps.hpp 48 return erase_in_pos_imp(r_key, ranged_hash_fn_base::operator()(r_key));
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
88 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value), r_key))
info_fn_imps.hpp 64 operator==(const Other_HT_Map_Type& other) const
99 operator!=(const Other_HT_Map_Type& other) const
100 { return !operator==(other); }
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 48 size_type hash = ranged_probe_fn_base::operator()(r_key);
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
67 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
erase_store_hash_fn_imps.hpp 47 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key);
52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
66 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
  /system/core/libpixelflinger/tinyutils/
SortedVector.h 46 /*! copy operator */
47 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
48 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
92 inline const TYPE& operator [] (size_t index) const;
93 //! alternate name for operator []
97 //! same as operator [], but allows to access the vector backward (from the end) with a negative index
161 SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) {
162 SortedVectorImpl::operator = (rhs);
167 const SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) const {
168 SortedVectorImpl::operator = (rhs)
    [all...]
Vector.h 46 /*! copy operator */
47 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const;
48 Vector<TYPE>& operator = (const Vector<TYPE>& rhs);
83 inline const TYPE& operator [] (size_t index) const;
84 //! alternate name for operator []
88 //! same as operator [], but allows to access the vector backward (from the end) with a negative index
189 Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) {
190 VectorImpl::operator = (rhs);
195 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const {
196 VectorImpl::operator = (rhs)
    [all...]
  /system/media/mca/filterfw/native/core/
geometry.h 41 Point operator+(const Point& other) const;
42 Point operator-(const Point& other) const;
43 Point operator*(float factor) const;

Completed in 202 milliseconds

<<41424344454647484950>>