/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_0.h | 90 atomic_flag& operator=(const atomic_flag&) = delete; 112 atomic_address& operator=(const atomic_address&) = delete; 201 operator void*() const volatile 205 operator=(void* __v) // XXX volatile 212 operator+=(ptrdiff_t __d) volatile 216 operator-=(ptrdiff_t __d) volatile 255 __atomic_base& operator=(const __atomic_base&) = delete; 260 operator __integral_type() const volatile 264 operator=(__integral_type __i) // XXX volatile 271 operator++(int) volatil [all...] |
atomic_2.h | 52 atomic_flag& operator=(const atomic_flag&) = delete; 90 atomic_address& operator=(const atomic_address&) = delete; 180 operator void*() const volatile 184 operator=(void* __v) // XXX volatile 191 operator+=(ptrdiff_t __d) volatile 195 operator-=(ptrdiff_t __d) volatile 233 __atomic_base& operator=(const __atomic_base&) = delete; 238 operator __integral_type() const volatile 242 operator=(__integral_type __i) // XXX volatile 249 operator++(int) volatil [all...] |
unique_ptr.h | 60 operator()(_Tp* __ptr) const 75 operator()(_Tp* __ptr) const 133 operator=(unique_ptr&& __u) 142 operator=(unique_ptr<_Up, _Up_Deleter>&& __u) 150 operator=(__unspecified_pointer_type) 157 typename std::add_lvalue_reference<element_type>::type operator*() const 164 operator->() const 184 operator __unspecified_bool_type () const 219 unique_ptr& operator=(const unique_ptr&) = delete; 222 unique_ptr& operator=(const unique_ptr<_Up, _Up_Deleter>&) = delete [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_iterator.h | 175 ptrdiff_t operator-(const _DBG_iter_base<_Container>& __x, 235 // redundant with the copy assignment operator below. 236 _Self& operator=(const _Nonconst_mid& __rhs) { 241 _Self& operator=(const _Self& __rhs) { 246 reference operator*() const; 250 _Self& operator++() { 254 _Self operator++(int) { 259 _Self& operator--() { 263 _Self operator--(int) { 269 _Self& operator+=(difference_type __n) [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable-inl.h | 14 inline bool operator() (const syncable::EntryKernel* a,
|
/external/chromium/chrome/browser/webdata/ |
autofill_entry.cc | 28 bool AutofillKey::operator==(const AutofillKey& key) const { 32 bool AutofillKey::operator<(const AutofillKey& key) const { 51 bool AutofillEntry::operator==(const AutofillEntry& entry) const { 68 bool AutofillEntry::operator<(const AutofillEntry& entry) const {
|
/external/clang/include/clang/AST/ |
Attr.h | 41 void *operator new(size_t Bytes, const clang::ASTContext &C, 45 void *operator new[](size_t Bytes, const clang::ASTContext &C, 51 void operator delete(void *Ptr, const clang::ASTContext &C, size_t) 53 void operator delete[](void *Ptr, const clang::ASTContext &C, size_t) 69 void* operator new(size_t bytes) throw() { 72 void operator delete(void* data) throw() { 78 void* operator new(size_t Bytes, ASTContext &C, 80 return ::operator new(Bytes, C, Alignment); 82 void operator delete(void *Ptr, ASTContext &C, 84 return ::operator delete(Ptr, C, Alignment) [all...] |
/external/clang/include/clang/Basic/ |
OperatorKinds.h | 22 OO_None, //< Not an overloaded operator 29 /// \brief Retrieve the spelling of the given overloaded operator, without 30 /// the preceding "operator" keyword. 31 const char *getOperatorSpelling(OverloadedOperatorKind Operator);
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p4.cpp | 6 friend A operator+(A,A); 14 B operator+(B,B); 25 C operator+(C,C); 26 D::D operator+(D::D,D::D);
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
p3.cpp | 17 operator int();
|
/external/clang/test/CodeCompletion/ |
operator.cpp | 10 operator
|
/external/clang/test/CodeGenCXX/ |
DynArrayInit.cpp | 7 inline void* operator new[](unsigned long, void* __p) { return __p; }
|
assign-operator.cpp | 4 public: int operator=(int);
|
casts.cpp | 9 A& operator=(int);
|
conditional-expr-lvalue.cpp | 13 A &operator=(const A &);
|
template-dependent-bind-temporary.cpp | 10 string operator + (char ch, const string&);
|
/external/clang/test/SemaCXX/ |
ambig-user-defined-conversions.cpp | 5 operator int &(); // expected-note {{candidate function}} 8 operator int &(); // expected-note {{candidate function}} 41 operator A (); 61 struct A { operator bool(); };
|
local-classes.cpp | 24 void operator() (const bool inner, const bool gross = false)
|
/external/clang/test/SemaObjCXX/ |
propert-dot-error.mm | 49 b.operator+ = 17; // expected-error{{'operator+' is not a valid property name (accessing an object of type 'B *')}} 50 b->operator+ = 17; // expected-error{{'B' does not have a member named 'operator+'}}
|
/external/collada/include/1.4/dom/ |
domGl_sampler1D.h | 35 * Overloaded assignment operator 37 virtual domGl_sampler1D_complexType &operator=( const domGl_sampler1D_complexType &cpy ) { (void)cpy; return *this; } 59 * Overloaded assignment operator 61 virtual domGl_sampler1D &operator=( const domGl_sampler1D &cpy ) { (void)cpy; return *this; }
|
domGl_sampler2D.h | 35 * Overloaded assignment operator 37 virtual domGl_sampler2D_complexType &operator=( const domGl_sampler2D_complexType &cpy ) { (void)cpy; return *this; } 59 * Overloaded assignment operator 61 virtual domGl_sampler2D &operator=( const domGl_sampler2D &cpy ) { (void)cpy; return *this; }
|
domGl_sampler3D.h | 35 * Overloaded assignment operator 37 virtual domGl_sampler3D_complexType &operator=( const domGl_sampler3D_complexType &cpy ) { (void)cpy; return *this; } 59 * Overloaded assignment operator 61 virtual domGl_sampler3D &operator=( const domGl_sampler3D &cpy ) { (void)cpy; return *this; }
|
domGl_samplerCUBE.h | 35 * Overloaded assignment operator 37 virtual domGl_samplerCUBE_complexType &operator=( const domGl_samplerCUBE_complexType &cpy ) { (void)cpy; return *this; } 59 * Overloaded assignment operator 61 virtual domGl_samplerCUBE &operator=( const domGl_samplerCUBE &cpy ) { (void)cpy; return *this; }
|
domGl_samplerDEPTH.h | 35 * Overloaded assignment operator 37 virtual domGl_samplerDEPTH_complexType &operator=( const domGl_samplerDEPTH_complexType &cpy ) { (void)cpy; return *this; } 59 * Overloaded assignment operator 61 virtual domGl_samplerDEPTH &operator=( const domGl_samplerDEPTH &cpy ) { (void)cpy; return *this; }
|
domGl_samplerRECT.h | 35 * Overloaded assignment operator 37 virtual domGl_samplerRECT_complexType &operator=( const domGl_samplerRECT_complexType &cpy ) { (void)cpy; return *this; } 59 * Overloaded assignment operator 61 virtual domGl_samplerRECT &operator=( const domGl_samplerRECT &cpy ) { (void)cpy; return *this; }
|