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

1 2 3 4 5 67 8 91011>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
indirect_array.h 50 * indirect_array is to call operator[](valarray<size_t>) on a valarray.
72 /// Assignment operator. Assigns elements to corresponding elements
74 indirect_array& operator=(const indirect_array&);
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;
87 void operator-=(const valarray<_Tp>&) const;
89 void operator^=(const valarray<_Tp>&) const
    [all...]
mask_array.h 50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
72 /// Assignment operator. Assigns elements to corresponding elements
74 mask_array& operator=(const mask_array&);
76 void operator=(const valarray<_Tp>&) const;
78 void operator*=(const valarray<_Tp>&) const;
80 void operator/=(const valarray<_Tp>&) const;
82 void operator%=(const valarray<_Tp>&) const;
84 void operator+=(const valarray<_Tp>&) const;
86 void operator-=(const valarray<_Tp>&) const;
88 void operator^=(const valarray<_Tp>&) const
    [all...]
stl_iterator.h 149 operator*() const
161 operator->() const
162 { return &(operator*()); }
170 operator++()
182 operator++(int)
195 operator--()
207 operator--(int)
220 operator+(difference_type __n) const
229 operator+=(difference_type __n)
241 operator-(difference_type __n) cons
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
indirect_array.h 50 * indirect_array is to call operator[](valarray<size_t>) on a valarray.
72 /// Assignment operator. Assigns elements to corresponding elements
74 indirect_array& operator=(const indirect_array&);
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;
87 void operator-=(const valarray<_Tp>&) const;
89 void operator^=(const valarray<_Tp>&) const
    [all...]
mask_array.h 50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
72 /// Assignment operator. Assigns elements to corresponding elements
74 mask_array& operator=(const mask_array&);
76 void operator=(const valarray<_Tp>&) const;
78 void operator*=(const valarray<_Tp>&) const;
80 void operator/=(const valarray<_Tp>&) const;
82 void operator%=(const valarray<_Tp>&) const;
84 void operator+=(const valarray<_Tp>&) const;
86 void operator-=(const valarray<_Tp>&) const;
88 void operator^=(const valarray<_Tp>&) const
    [all...]
stl_iterator.h 149 operator*() const
161 operator->() const
162 { return &(operator*()); }
170 operator++()
182 operator++(int)
195 operator--()
207 operator--(int)
220 operator+(difference_type __n) const
229 operator+=(difference_type __n)
241 operator-(difference_type __n) cons
    [all...]
  /external/chromium/net/http/
http_version.h 34 bool operator==(const HttpVersion& v) const {
37 bool operator!=(const HttpVersion& v) const {
40 bool operator>(const HttpVersion& v) const {
43 bool operator>=(const HttpVersion& v) const {
46 bool operator<(const HttpVersion& v) const {
49 bool operator<=(const HttpVersion& v) const {
  /external/clang/test/SemaCXX/
convert-to-bool.cpp 3 operator bool() const;
7 operator int();
11 explicit operator bool(); // expected-warning{{explicit conversion functions are a C++11 extension}}
42 explicit operator int&(); // expected-warning{{explicit conversion functions are a C++11 extension}}
59 explicit operator A&(); // expected-warning{{explicit conversion functions are a C++11 extension}}
60 operator B&(); // expected-note{{candidate}}
cxx0x-defaulted-functions.cpp 10 foo& operator = (const foo&) = default;
11 foo& operator = (foo&) = default;
19 bar& operator = (const bar&);
20 bar& operator = (bar&);
27 bar& bar::operator = (const bar&) = default;
28 bar& bar::operator = (bar&) = default;
  /external/clang/test/SemaTemplate/
operator-template.cpp 5 template<class X>bool operator==(A<X>,typename A<X>::Y); // expected-note{{candidate template ignored: failed template argument deduction}}
7 int a(A<int> x) { return operator==(x,1); }
13 template<class X>bool operator==(B<X>*,typename B<X>::Y); // \
14 // expected-error{{overloaded 'operator==' must have at least one parameter of class or enumeration type}} \
17 int a(B<int> x) { return operator==(&x,1); } // expected-error{{no matching function for call to 'operator=='}}
  /frameworks/base/tools/localize/
Values.h 27 inline bool operator<(const StringResource& that) const { return Compare(that) < 0; }
28 inline bool operator<=(const StringResource& that) const { return Compare(that) <= 0; }
29 inline bool operator==(const StringResource& that) const { return Compare(that) == 0; }
30 inline bool operator!=(const StringResource& that) const { return Compare(that) != 0; }
31 inline bool operator>=(const StringResource& that) const { return Compare(that) >= 0; }
32 inline bool operator>(const StringResource& that) const { return Compare(that) > 0; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
iterator.h 64 // Pre-increment operator.
66 operator++()
73 // Post-increment operator.
75 operator++(int)
78 // Pre-decrement operator.
80 operator--()
87 // Post-decrement operator.
89 operator--(int)
93 operator Iterator2() const
97 operator=(const type& other
    [all...]
  /external/stlport/stlport/stl/
_hash_fun.h 57 size_t operator()(const char* __s) const {
65 size_t operator()(const char* __s) const {
72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
89 size_t operator()(int __x) const { return __x; }
94 size_t operator()(unsigned int __x) const { return __x; }
104 size_t operator()(size_t __x) const { return __x;
    [all...]
_ostream.h 59 _Self& operator = (_Self const&);
78 _Self& operator<< (__ostream_fn __f) { return __f(*this); }
79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; }
80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; }
101 _Self& operator<<(basic_streambuf<_CharT, _Traits>* __buf);
104 _Self& operator<<(unsigned char __x) { _M_put_char(__x); return *this; }
106 _Self& operator<<(short __x);
107 _Self& operator<<(unsigned short __x);
108 _Self& operator<<(int __x);
110 _Self& operator<<(unsigned int __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_fun.h 57 size_t operator()(const char* __s) const {
65 size_t operator()(const char* __s) const {
72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
89 size_t operator()(int __x) const { return __x; }
94 size_t operator()(unsigned int __x) const { return __x; }
104 size_t operator()(size_t __x) const { return __x;
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_hash_fun.h 57 size_t operator()(const char* __s) const {
65 size_t operator()(const char* __s) const {
72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
89 size_t operator()(int __x) const { return __x; }
94 size_t operator()(unsigned int __x) const { return __x; }
104 size_t operator()(size_t __x) const { return __x;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_hash_fun.h 57 size_t operator()(const char* __s) const {
65 size_t operator()(const char* __s) const {
72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
89 size_t operator()(int __x) const { return __x; }
94 size_t operator()(unsigned int __x) const { return __x; }
104 size_t operator()(size_t __x) const { return __x;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator.h 149 operator*() const
161 operator->() const
162 { return &(operator*()); }
170 operator++()
182 operator++(int)
195 operator--()
207 operator--(int)
220 operator+(difference_type __n) const
229 operator+=(difference_type __n)
241 operator-(difference_type __n) cons
    [all...]
  /external/clang/test/Sema/
parentheses.cpp 7 (void)(x + someConditionFunc() ? 1 : 2); // expected-warning {{operator '?:' has lower precedence than '+'}} \
11 (void)(x - b ? 1 : 2); // expected-warning {{operator '?:' has lower precedence than '-'}} \
15 (void)(x * (x == y) ? 1 : 2); // expected-warning {{operator '?:' has lower precedence than '*'}} \
22 operator int();
23 Stream &operator<<(int);
24 Stream &operator<<(const char*);
28 (void)(s << b ? "foo" : "bar"); // expected-warning {{operator '?:' has lower precedence than '<<'}} \
34 operator int() { return 42; }
35 friend S operator+(const S &lhs, bool) { return S(); }
39 (void)(*s + true ? "foo" : "bar"); // expected-warning {{operator '?:' has lower precedence than '+'}}
    [all...]
  /external/icu4c/tools/memcheck/
ICUMemCheck.pl 19 # common/uniset.o U operator delete(void*)
20 # common/unifilt.o U operator delete(void*)
23 # i18n/strrepl.o U operator delete(void*)
24 # layout/LEFontInstance.o U operator delete(void*)
25 # layout/LEGlyphStorage.o U operator delete(void*)
26 # layout/LayoutEngine.o U operator delete(void*)
49 if ($symbols =~ /U +operator delete\(void\*\)/) {
52 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) {
55 if ($symbols =~ /U +operator new\(unsigned int\)/) {
58 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/)
    [all...]
  /external/llvm/include/llvm/ADT/
APSInt.h 36 APSInt &operator=(const APSInt &RHS) {
37 APInt::operator=(RHS);
42 APSInt &operator=(const APInt &RHS) {
44 APInt::operator=(RHS);
48 APSInt &operator=(uint64_t RHS) {
50 APInt::operator=(RHS);
89 const APSInt &operator%=(const APSInt &RHS) {
97 const APSInt &operator/=(const APSInt &RHS) {
105 APSInt operator%(const APSInt &RHS) const {
109 APSInt operator/(const APSInt &RHS) const
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ListRefPtr.h 40 ListRefPtr& operator=(T* optr) { RefPtr<T>::operator=(optr); return *this; }
41 ListRefPtr& operator=(const RefPtr<T>& o) { RefPtr<T>::operator=(o); return *this; }
42 ListRefPtr& operator=(const PassRefPtr<T>& o) { RefPtr<T>::operator=(o); return *this; }
43 template <typename U> ListRefPtr& operator=(const RefPtr<U>& o) { RefPtr<T>::operator=(o); return *this; }
44 template <typename U> ListRefPtr& operator=(const PassRefPtr<U>& o) { RefPtr<T>::operator=(o); return *this;
    [all...]
HashIterators.h 46 const ValueType& operator*() const { return *get(); }
47 const ValueType* operator->() const { return get(); }
49 HashTableConstIteratorAdapter& operator++() { ++m_impl; return *this; }
68 ValueType& operator*() const { return *get(); }
69 ValueType* operator->() const { return get(); }
71 HashTableIteratorAdapter& operator++() { ++m_impl; return *this; }
74 operator HashTableConstIteratorAdapter<HashTableType, ValueType>() {
93 const KeyType& operator*() const { return *get(); }
94 const KeyType* operator->() const { return get(); }
96 HashTableConstKeysIterator& operator++() { ++m_impl; return *this;
    [all...]
PassOwnPtr.h 65 ValueType& operator*() const { ASSERT(m_ptr); return *m_ptr; }
66 PtrType operator->() const { ASSERT(m_ptr); return m_ptr; }
68 bool operator!() const { return !m_ptr; }
70 // This conversion operator allows implicit conversion to bool but not to other integer types.
72 operator UnspecifiedBoolType() const { return m_ptr ? &PassOwnPtr::m_ptr : 0; }
74 PassOwnPtr& operator=(const PassOwnPtr<T>&);
76 PassOwnPtr& operator=(std::nullptr_t) { clear(); return *this; }
78 template<typename U> PassOwnPtr& operator=(const PassOwnPtr<U>&);
84 PassOwnPtr& operator=(PtrType);
110 template<typename T> inline PassOwnPtr<T>& PassOwnPtr<T>::operator=(PtrType optr
    [all...]
  /frameworks/base/libs/hwui/
Vector.h 43 void operator+=(const Vector2& v) {
48 void operator-=(const Vector2& v) {
53 void operator+=(const float v) {
58 void operator-=(const float v) {
63 void operator/=(float s) {
68 void operator*=(float s) {
73 Vector2 operator+(const Vector2& v) const {
77 Vector2 operator-(const Vector2& v) const {
81 Vector2 operator/(float s) const {
85 Vector2 operator*(float s) const
    [all...]

Completed in 577 milliseconds

1 2 3 4 5 67 8 91011>>