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

<<61626364656667686970>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_no_store_hash_fn_imps.hpp 47 size_type hash = ranged_probe_fn_base::operator()(r_key);
57 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
74 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
insert_store_hash_fn_imps.hpp 48 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key);
59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
79 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/tr1_impl/
functional 447 operator=(const reference_wrapper<_Tp>& __inref)
453 operator _Tp&() const
462 operator()(_Args&... __args) const
546 operator()(_Class& __object, _ArgTypes... __args) const
551 operator()(_Class* __object, _ArgTypes... __args) const
557 operator()(_Tp& __object, _ArgTypes... __args) const
590 operator()(const _Class& __object, _ArgTypes... __args) const
595 operator()(const _Class* __object, _ArgTypes... __args) const
600 _Res operator()(_Tp& __object, _ArgTypes... __args) const
633 operator()(volatile _Class& __object, _ArgTypes... __args) cons
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 19 # pragma warning( disable : 4284 ) // for -> operator
37 # pragma warning( disable : 4146 ) // unary minus operator applied to unsigned type, result still unsigned
41 # pragma warning( disable : 4512 ) // assignment operator could not be generated
  /system/media/mca/filterfw/native/core/
geometry.cpp 45 Point Point::operator+(const Point& other) const {
52 Point Point::operator-(const Point& other) const {
59 Point Point::operator*(float factor) const {
  /external/clang/include/clang/AST/
Stmt.h 56 ExprIterator& operator++() { ++I; return *this; }
57 ExprIterator operator-(size_t i) { return I-i; }
58 ExprIterator operator+(size_t i) { return I+i; }
59 Expr* operator[](size_t idx);
61 signed operator-(const ExprIterator& R) const { return I - R.I; }
62 Expr* operator*() const;
63 Expr* operator->() const;
64 bool operator==(const ExprIterator& R) const { return I == R.I; }
65 bool operator!=(const ExprIterator& R) const { return I != R.I; }
66 bool operator>(const ExprIterator& R) const { return I > R.I;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 151 // and assignment operator
153 void operator=(const FirstInstructionMap&);
194 // and assignment operator
196 void operator=(const SecondInstructionMap&);
201 // Making these private avoids implicit copy constructor & assignment operator
203 void operator=(const VCDiffInstructionMap&);
  /external/chromium/testing/gtest/include/gtest/
gtest-printers.h 40 // defining either operator<<() or PrintTo() in the namespace that
46 // 2. operator<<(ostream&, const T&) defined in either foo or the
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
182 // a << operator in the namespace where Foo is defined.
184 // We put this operator in namespace 'internal2' instead of 'internal'
189 // Note that this operator<< takes a generic std::basic_ostream<Char,
195 // operator<<(std::ostream&, const T&) or
196 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is mor
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-tuple.h 179 tuple& operator=(const tuple& /* t */) { return *this; }
196 tuple& operator=(const tuple& t) { return CopyFrom(t); }
199 tuple& operator=(const GTEST_1_TUPLE_(U)& t) {
231 tuple& operator=(const tuple& t) { return CopyFrom(t); }
234 tuple& operator=(const GTEST_2_TUPLE_(U)& t) {
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
272 tuple& operator=(const tuple& t) { return CopyFrom(t); }
275 tuple& operator=(const GTEST_3_TUPLE_(U)& t) {
311 tuple& operator=(const tuple& t) { return CopyFrom(t); }
314 tuple& operator=(const GTEST_4_TUPLE_(U)& t)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.h 71 SocketAddress& operator=(const SocketAddress& addr);
108 friend std::ostream& operator<<(std::ostream& os, const SocketAddress& addr);
137 bool operator ==(const SocketAddress& addr) const;
138 inline bool operator !=(const SocketAddress& addr) const {
139 return !this->operator ==(addr);
143 bool operator <(const SocketAddress& addr) const;
  /external/collada/include/1.4/dom/
domFx_surface_init_common.h 63 * Overloaded assignment operator
65 virtual domInit_as_null &operator=( const domInit_as_null &cpy ) { (void)cpy; return *this; }
107 * Overloaded assignment operator
109 virtual domInit_as_target &operator=( const domInit_as_target &cpy ) { (void)cpy; return *this; }
235 * Overloaded assignment operator
237 virtual domFx_surface_init_common &operator=( const domFx_surface_init_common &cpy ) { (void)cpy; return *this; }
domRigid_constraint.h 157 * Overloaded assignment operator
159 virtual domRef_attachment &operator=( const domRef_attachment &cpy ) { (void)cpy; return *this; }
297 * Overloaded assignment operator
299 virtual domAttachment &operator=( const domAttachment &cpy ) { (void)cpy; return *this; }
393 * Overloaded assignment operator
395 virtual domEnabled &operator=( const domEnabled &cpy ) { (void)cpy; return *this; }
472 * Overloaded assignment operator
474 virtual domInterpenetrate &operator=( const domInterpenetrate &cpy ) { (void)cpy; return *this; }
554 * Overloaded assignment operator
556 virtual domSwing_cone_and_twist &operator=( const domSwing_cone_and_twist &cpy ) { (void)cpy; return *this;
    [all...]
  /external/e2fsprogs/intl/
plural.y 51 enum operator op;
63 new_exp (int nargs, enum operator op, struct expression * const *args)
92 new_exp_0 (enum operator op)
98 new_exp_1 (enum operator op, struct expression *right)
107 new_exp_2 (enum operator op, struct expression *left, struct expression *right)
117 new_exp_3 (enum operator op, struct expression *bexp,
  /external/icu4c/common/
uvectr64.h 86 UBool operator==(const UVector64& other);
89 * Equivalent to !operator==()
91 inline UBool operator!=(const UVector64& other);
180 UVector64& operator=(const UVector64&);
250 inline UBool UVector64::operator!=(const UVector64& other) {
251 return !operator==(other);
  /external/llvm/include/llvm/ADT/
ImmutableList.h 37 void operator=(const ImmutableListImpl&);
88 iterator& operator++() { L = L->getTail(); return *this; }
89 bool operator==(const iterator& I) const { return L == I.L; }
90 bool operator!=(const iterator& I) const { return L != I.L; }
91 const value_type& operator*() const { return L->getHead(); }
121 bool operator==(const ImmutableList& L) const { return isEqual(L); }
  /external/llvm/include/llvm/Support/
Timer.h 52 // operator< - Allow sorting.
53 bool operator<(const TimeRecord &T) const {
58 void operator+=(const TimeRecord &RHS) {
64 void operator-=(const TimeRecord &RHS) {
97 const Timer &operator=(const Timer &T) {
172 void operator=(const TimerGroup &TG); // DO NOT IMPLEMENT
  /external/llvm/lib/VMCore/
LLVMContextImpl.h 48 bool operator==(const KeyTy& that) const {
51 bool operator!=(const KeyTy& that) const {
52 return !this->operator==(that);
71 bool operator==(const KeyTy& that) const {
74 bool operator!=(const KeyTy& that) const {
75 return !this->operator==(that);
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 40 // defining either operator<<() or PrintTo() in the namespace that
46 // 2. operator<<(ostream&, const T&) defined in either foo or the
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
182 // a << operator in the namespace where Foo is defined.
184 // We put this operator in namespace 'internal2' instead of 'internal'
189 // Note that this operator<< takes a generic std::basic_ostream<Char,
195 // operator<<(std::ostream&, const T&) or
196 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is mor
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 179 tuple& operator=(const tuple& /* t */) { return *this; }
196 tuple& operator=(const tuple& t) { return CopyFrom(t); }
199 tuple& operator=(const GTEST_1_TUPLE_(U)& t) {
231 tuple& operator=(const tuple& t) { return CopyFrom(t); }
234 tuple& operator=(const GTEST_2_TUPLE_(U)& t) {
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
272 tuple& operator=(const tuple& t) { return CopyFrom(t); }
275 tuple& operator=(const GTEST_3_TUPLE_(U)& t) {
311 tuple& operator=(const tuple& t) { return CopyFrom(t); }
314 tuple& operator=(const GTEST_4_TUPLE_(U)& t)
    [all...]
  /external/oprofile/libpp/
arrange_profiles.h 161 std::ostream & operator<<(std::ostream &, profile_sample_files const &);
162 std::ostream & operator<<(std::ostream &, profile_dep_set const &);
163 std::ostream & operator<<(std::ostream &, profile_set const &);
164 std::ostream & operator<<(std::ostream &, profile_template const &);
165 std::ostream & operator<<(std::ostream &, profile_class const &);
166 std::ostream & operator<<(std::ostream &, profile_classes const &);
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 178 tuple& operator=(const tuple& /* t */) { return *this; }
195 tuple& operator=(const tuple& t) { return CopyFrom(t); }
198 tuple& operator=(const GTEST_1_TUPLE_(U)& t) {
230 tuple& operator=(const tuple& t) { return CopyFrom(t); }
233 tuple& operator=(const GTEST_2_TUPLE_(U)& t) {
237 tuple& operator=(const ::std::pair<U0, U1>& p) {
271 tuple& operator=(const tuple& t) { return CopyFrom(t); }
274 tuple& operator=(const GTEST_3_TUPLE_(U)& t) {
310 tuple& operator=(const tuple& t) { return CopyFrom(t); }
313 tuple& operator=(const GTEST_4_TUPLE_(U)& t)
    [all...]
  /external/skia/include/core/
Sk64.h 209 friend bool operator==(const Sk64& a, const Sk64& b) {
213 friend bool operator!=(const Sk64& a, const Sk64& b) {
217 friend bool operator<(const Sk64& a, const Sk64& b) {
221 friend bool operator<=(const Sk64& a, const Sk64& b) {
225 friend bool operator>(const Sk64& a, const Sk64& b) {
229 friend bool operator>=(const Sk64& a, const Sk64& b) {
  /external/stlport/stlport/stl/config/
_evc.h 224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
303 inline void __cdecl operator delete(void *, void *) { return; }
  /external/stlport/test/eh/
test_algo.cpp 80 bool operator()( const T& x ) const { return x < fArg; }
92 void operator()( SortBuffer& buf ) const
186 void operator()( SortBuffer& buf ) const
203 void operator()( SortBuffer& buf ) const
220 void operator()( SortBuffer& buf ) const
237 void operator()( SortBuffer& buf ) const
  /external/v8/src/
zone.h 135 inline void* operator new(size_t size);
136 inline void* operator new(size_t size, Zone* zone);
138 // Ideally, the delete operator should be private instead of
141 // require the operator to be visible. MSVC requires the delete
142 // operator to be public.
146 void operator delete(void*, size_t) { UNREACHABLE(); }

Completed in 824 milliseconds

<<61626364656667686970>>