HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 1326 - 1350 of 6351) sorted by null

<<51525354555657585960>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
io.hpp 37 operator<<( std::ostream& os, basic_cstring<CharT> const& str )
51 operator<<( std::basic_ostream<CharT1,Tr>& os, basic_cstring<CharT2> const& str )
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
compare_pointees.hpp 38 bool operator() ( OptionalPointee const& x, OptionalPointee const& y ) const
61 bool operator() ( OptionalPointee const& x, OptionalPointee const& y ) const
value_init.hpp 9 // 23 May 2008 (Fixed operator= const issue, added initialized_value) Niels Dekker, Fernando Cacciola
41 // a const type: "warning C4512: assignment operator could not be generated".
120 initialized & operator=(initialized const & arg)
148 operator T const &() const
153 operator T&()
208 operator T const &() const
213 operator T&()
243 template <class T> operator T() const
  /ndk/tests/device/test-gnustl-full/unit/
fib.h 7 inline int operator()();
14 Fibonacci::operator()()
rndshf_test.cpp 20 unsigned long operator()(unsigned long n_)
  /ndk/tests/device/test-stlport/unit/
fib.h 7 inline int operator()();
14 Fibonacci::operator()()
rndshf_test.cpp 20 unsigned long operator()(unsigned long n_)
  /ndk/tests/device/test-stlport_shared-exception/jni/
new23.cpp 6 inline void *operator new (size_t, void *p) throw () { return p; }
new6.cpp 11 void *operator new (size_t size) throw (bad_alloc)
operators23.cpp 6 // Subject: g++-2.3.1 : Incorrectly calls overloaded operator new
17 void *operator new(size_t size) throw();
25 void *blah::operator new(size_t size) throw(){
operators27.cpp 6 // Subject: G++ 2.4.3 and operator new
16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; }
  /ndk/tests/device/test-stlport_static-exception/jni/
new23.cpp 6 inline void *operator new (size_t, void *p) throw () { return p; }
new6.cpp 11 void *operator new (size_t size) throw (bad_alloc)
operators23.cpp 6 // Subject: g++-2.3.1 : Incorrectly calls overloaded operator new
17 void *operator new(size_t size) throw();
25 void *blah::operator new(size_t size) throw(){
operators27.cpp 6 // Subject: G++ 2.4.3 and operator new
16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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.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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-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...]

Completed in 1113 milliseconds

<<51525354555657585960>>