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

<<31323334353637383940>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 51 operator bool() const {
54 _Bit_reference& operator = (bool __x) {
59 _Bit_reference& operator = (const _Bit_reference& __x) {
62 bool operator == (const _Bit_reference& __x) const {
65 bool operator < (const _Bit_reference& __x) const {
69 _Bit_reference& operator |= (bool __x) {
74 _Bit_reference& operator &= (bool __x) {
129 // _Bit_iterator_base& operator = ( const _Bit_iterator_base& __x) { _M_p = __x._M_p ; _M_offset = __x._M_offset ; return *this; }
147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) {
150 inline bool _STLP_CALL operator!=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
    [all...]
_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...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 83 _Sp_counted_base_impl& operator=(const _Sp_counted_base_impl&);
97 void operator()(_Tp* __p) const { delete __p; }
164 operator=(const __shared_count& __r) // nothrow
195 operator==(const __shared_count& __a, const __shared_count& __b)
199 operator<(const __shared_count& __a, const __shared_count& __b)
242 operator=(const __shared_count<_Lp>& __r) // nothrow
254 operator=(const __weak_count<_Lp>& __r) // nothrow
278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b)
478 operator=(const __shared_ptr<_Tp1, _Lp>& __r) // never throw
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 51 operator bool() const {
54 _Bit_reference& operator = (bool __x) {
59 _Bit_reference& operator = (const _Bit_reference& __x) {
62 bool operator == (const _Bit_reference& __x) const {
65 bool operator < (const _Bit_reference& __x) const {
69 _Bit_reference& operator |= (bool __x) {
74 _Bit_reference& operator &= (bool __x) {
129 // _Bit_iterator_base& operator = ( const _Bit_iterator_base& __x) { _M_p = __x._M_p ; _M_offset = __x._M_offset ; return *this; }
147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) {
150 inline bool _STLP_CALL operator!=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
    [all...]
_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...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
173 T* operator->() const { return value_; }
174 T& operator*() const { return *value_; }
176 bool operator==(T* p) const { return value_ == p; }
177 bool operator!=(T* p) const { return value_ != p; }
179 bool operator==(linked_ptr<U> const& ptr) const {
183 bool operator!=(linked_ptr<U> const& ptr) const {
213 bool operator==(T* ptr, const linked_ptr<T>& x) {
218 bool operator!=(T* ptr, const linked_ptr<T>& x)
    [all...]
  /external/clang/test/Analysis/
temp-obj-dtors-cfg-output.cpp 11 operator bool() { return false; }
12 operator int() { return 0; }
20 operator bool() { return true; }
21 operator int() { return 1; }
22 operator A() { return A(); }
115 // CHECK: 3: [B1.2].operator int
121 // CHECK: 9: [B1.8].operator int
126 // CHECK: 14: int a = int(A().operator int()) + int(B().operator int());
131 // CHECK: 19: [B1.18].operator in
    [all...]
  /external/collada/include/1.4/dom/
domCommon_color_or_texture_type.h 80 * Overloaded assignment operator
82 virtual domColor &operator=( const domColor &cpy ) { (void)cpy; return *this; }
135 * Overloaded assignment operator
137 virtual domParam &operator=( const domParam &cpy ) { (void)cpy; return *this; }
209 * Overloaded assignment operator
211 virtual domTexture &operator=( const domTexture &cpy ) { (void)cpy; return *this; }
285 * Overloaded assignment operator
287 virtual domCommon_color_or_texture_type_complexType &operator=( const domCommon_color_or_texture_type_complexType &cpy ) { (void)cpy; return *this; }
309 * Overloaded assignment operator
311 virtual domCommon_color_or_texture_type &operator=( const domCommon_color_or_texture_type &cpy ) { (void)cpy; return *this;
    [all...]
domGles_texture_unit.h 62 * Overloaded assignment operator
64 virtual domSurface &operator=( const domSurface &cpy ) { (void)cpy; return *this; }
120 * Overloaded assignment operator
122 virtual domSampler_state &operator=( const domSampler_state &cpy ) { (void)cpy; return *this; }
175 * Overloaded assignment operator
177 virtual domTexcoord &operator=( const domTexcoord &cpy ) { (void)cpy; return *this; }
255 * Overloaded assignment operator
257 virtual domGles_texture_unit_complexType &operator=( const domGles_texture_unit_complexType &cpy ) { (void)cpy; return *this; }
292 * Overloaded assignment operator
294 virtual domGles_texture_unit &operator=( const domGles_texture_unit &cpy ) { (void)cpy; return *this;
    [all...]
domCg_param_type.h 75 * Overloaded assignment operator
77 virtual domBool &operator=( const domBool &cpy ) { (void)cpy; return *this; }
133 * Overloaded assignment operator
135 virtual domBool1 &operator=( const domBool1 &cpy ) { (void)cpy; return *this; }
196 * Overloaded assignment operator
198 virtual domBool2 &operator=( const domBool2 &cpy ) { (void)cpy; return *this; }
259 * Overloaded assignment operator
261 virtual domBool3 &operator=( const domBool3 &cpy ) { (void)cpy; return *this; }
322 * Overloaded assignment operator
324 virtual domBool4 &operator=( const domBool4 &cpy ) { (void)cpy; return *this;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
173 T* operator->() const { return value_; }
174 T& operator*() const { return *value_; }
185 bool operator==(T* p) const { return value_ == p; }
186 bool operator!=(T* p) const { return value_ != p; }
188 bool operator==(linked_ptr<U> const& ptr) const {
192 bool operator!=(linked_ptr<U> const& ptr) const {
222 bool operator==(T* ptr, const linked_ptr<T>& x) {
227 bool operator!=(T* ptr, const linked_ptr<T>& x)
    [all...]
  /external/icu4c/i18n/unicode/
fieldpos.h 150 * Assignment operator
154 FieldPosition& operator=(const FieldPosition& copy);
157 * Equality operator.
162 UBool operator==(const FieldPosition& that) const;
165 * Equality operator.
170 UBool operator!=(const FieldPosition& that) const;
264 FieldPosition::operator=(const FieldPosition& copy)
273 FieldPosition::operator==(const FieldPosition& copy) const
281 FieldPosition::operator!=(const FieldPosition& copy) const
283 return !operator==(copy)
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
89 (* If this is a unary operator, read it. *)
93 (* If the current token is not an operator, it must be a primary expr. *)
110 (* Parse the unary expression after the binary operator. *)
117 (* If BinOp binds less tightly with rhs than the operator after
118 * rhs, let the pending operator take rhs as its lhs. *)
162 'Token.Kwd op ?? "expected an operator";
171 (* Verify right number of arguments for operator. *)
173 then raise (Stream.Error "invalid number of operands for operator")
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
103 (* If this is a unary operator, read it. *)
107 (* If the current token is not an operator, it must be a primary expr. *)
124 (* Parse the primary expression after the binary operator. *)
131 (* If BinOp binds less tightly with rhs than the operator after
132 * rhs, let the pending operator take rhs as its lhs. *)
188 'Token.Kwd op ?? "expected an operator";
197 (* Verify right number of arguments for operator. *)
199 then raise (Stream.Error "invalid number of operands for operator")
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h 153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
173 T* operator->() const { return value_; }
174 T& operator*() const { return *value_; }
176 bool operator==(T* p) const { return value_ == p; }
177 bool operator!=(T* p) const { return value_ != p; }
179 bool operator==(linked_ptr<U> const& ptr) const {
183 bool operator!=(linked_ptr<U> const& ptr) const {
213 bool operator==(T* ptr, const linked_ptr<T>& x) {
218 bool operator!=(T* ptr, const linked_ptr<T>& x)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
159 linked_ptr& operator=(linked_ptr const& ptr) {
173 T* operator->() const { return value_; }
174 T& operator*() const { return *value_; }
185 bool operator==(T* p) const { return value_ == p; }
186 bool operator!=(T* p) const { return value_ != p; }
188 bool operator==(linked_ptr<U> const& ptr) const {
192 bool operator!=(linked_ptr<U> const& ptr) const {
222 bool operator==(T* ptr, const linked_ptr<T>& x) {
227 bool operator!=(T* ptr, const linked_ptr<T>& x)
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 185 QWebElement &QWebElement::operator=(const QWebElement &other)
209 bool QWebElement::operator==(const QWebElement& o) const
214 bool QWebElement::operator!=(const QWebElement& o) const
    [all...]
  /external/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...]
  /ndk/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...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 954 reference operator*() const { return *reinterpret_cast<Element*>(*it_); }
955 pointer operator->() const { return &(operator*()); }
958 iterator& operator++() { ++it_; return *this; }
959 iterator operator++(int) { return iterator(it_++); }
960 iterator& operator--() { --it_; return *this; }
961 iterator operator--(int) { return iterator(it_--); }
964 bool operator==(const iterator& x) const { return it_ == x.it_; }
965 bool operator!=(const iterator& x) const { return it_ != x.it_; }
968 bool operator<(const iterator& x) const { return it_ < x.it_;
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 45 /// \brief Assignment operator.
46 Vector& operator=(const Vector &v) {
60 PBQPNum& operator[](unsigned index) {
66 const PBQPNum& operator[](unsigned index) const {
72 Vector& operator+=(const Vector &v) {
79 Vector& operator-=(const Vector &v) {
98 OStream& operator<<(OStream &os, const Vector &v) {
136 /// \brief Assignment operator.
137 Matrix& operator=(const Matrix &m) {
152 PBQPNum* operator[](unsigned r)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
istream 109 // [27.6.1.2.3] basic_istream::operator>>
119 operator>>(__istream_type& (*__pf)(__istream_type&))
123 operator>>(__ios_type& (*__pf)(__ios_type&))
130 operator>>(ios_base& (*__pf)(ios_base&))
141 * All the @c operator>> functions (aka <em>formatted input
166 operator>>(bool& __n)
170 operator>>(short& __n);
173 operator>>(unsigned short& __n)
177 operator>>(int& __n);
180 operator>>(unsigned int& __n
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
istream 109 // [27.6.1.2.3] basic_istream::operator>>
119 operator>>(__istream_type& (*__pf)(__istream_type&))
123 operator>>(__ios_type& (*__pf)(__ios_type&))
130 operator>>(ios_base& (*__pf)(ios_base&))
141 * All the @c operator>> functions (aka <em>formatted input
166 operator>>(bool& __n)
170 operator>>(short& __n);
173 operator>>(unsigned short& __n)
177 operator>>(int& __n);
180 operator>>(unsigned int& __n
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
istream 109 // [27.6.1.2.3] basic_istream::operator>>
119 operator>>(__istream_type& (*__pf)(__istream_type&))
123 operator>>(__ios_type& (*__pf)(__ios_type&))
130 operator>>(ios_base& (*__pf)(ios_base&))
141 * All the @c operator>> functions (aka <em>formatted input
166 operator>>(bool& __n)
170 operator>>(short& __n);
173 operator>>(unsigned short& __n)
177 operator>>(int& __n);
180 operator>>(unsigned int& __n
    [all...]
  /external/clang/include/clang/Analysis/Support/
BlkExprDeclBitVector.h 41 operator unsigned() const {
104 bool operator==(const ValTy& RHS) const {
120 operator()(const NamedDecl *ND, const AnalysisDataTy& AD) {
124 bool operator()(const NamedDecl *ND, const AnalysisDataTy& AD) const {
133 ValTy& operator|=(const ValTy& RHS) {
139 ValTy& operator&=(const ValTy& RHS) {
146 return operator|=(RHS);
150 return operator&=(RHS);
162 struct Union { void operator()(ValTy& Dst, ValTy& Src) { Dst |= Src; } };
163 struct Intersect { void operator()(ValTy& Dst, ValTy& Src) { Dst &= Src; } }
    [all...]

Completed in 640 milliseconds

<<31323334353637383940>>