/ndk/sources/cxx-stl/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; }
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
hashtable.h | 131 operator*() const 135 operator->() const 136 { return &(operator*()); } 139 operator++(); 142 operator++(int); 145 operator==(const iterator& __it) const 149 operator!=(const iterator& __it) const 186 operator*() const 190 operator->() const 191 { return &(operator*()); } [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hashtable.h | 131 operator*() const 135 operator->() const 136 { return &(operator*()); } 139 operator++(); 142 operator++(int); 145 operator==(const iterator& __it) const 149 operator!=(const iterator& __it) const 186 operator*() const 190 operator->() const 191 { return &(operator*()); } [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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; }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hashtable.h | 131 operator*() const 135 operator->() const 136 { return &(operator*()); } 139 operator++(); 142 operator++(int); 145 operator==(const iterator& __it) const 149 operator!=(const iterator& __it) const 186 operator*() const 190 operator->() const 191 { return &(operator*()); } [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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/icu4c/test/intltest/ |
itrbnf.cpp | 171 logln("Testing assignment operator"); 525 // operator== 530 // operator!= 549 // operator> 557 // operator< 565 // operator>= 576 // operator<= 587 // operator==(int32) 591 // operator!=(int32) 598 // operator>(int32 [all...] |
/external/collada/include/1.4/dom/ |
domGl_pipeline_settings.h | 96 * Overloaded assignment operator 98 virtual domFunc &operator=( const domFunc &cpy ) { (void)cpy; return *this; } 163 * Overloaded assignment operator 165 virtual domValue &operator=( const domValue &cpy ) { (void)cpy; return *this; } 208 * Overloaded assignment operator 210 virtual domAlpha_func &operator=( const domAlpha_func &cpy ) { (void)cpy; return *this; } 287 * Overloaded assignment operator 289 virtual domSrc &operator=( const domSrc &cpy ) { (void)cpy; return *this; } 354 * Overloaded assignment operator 356 virtual domDest &operator=( const domDest &cpy ) { (void)cpy; return *this; [all...] |
domChannel.h | 85 * Overloaded assignment operator 87 virtual domChannel &operator=( const domChannel &cpy ) { (void)cpy; return *this; }
|
/development/host/windows/usb/api/ |
adb_api_private_defines.h | 53 /// Operator =
54 AdbInstanceEnumEntry& operator=(const AdbInstanceEnumEntry& proto) {
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
EglConfig.h | 29 bool operator<(const EglConfig& conf) const; 30 bool operator>=(const EglConfig& conf) const;
|
/device/moto/stingray/ |
system.prop | 14 ro.cdma.home.operator.numeric=310004 15 ro.cdma.home.operator.alpha=Verizon
|
/external/chromium/chrome/browser/prefs/ |
scoped_user_pref_update.h | 87 T& operator*() { 91 T* operator->() {
|
/external/chromium/net/tools/flip_server/ |
string_piece_utils.h | 17 size_t operator()(const base::StringPiece& sp) const { 71 bool operator()(const base::StringPiece& piece1,
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 81 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); } 85 void operator=(const ValueArray1& other); 100 operator ParamGenerator<T>() const { 107 void operator=(const ValueArray$i& other); 228 void operator=(const Iterator& other); 244 void operator=(const CartesianProductGenerator$i& other); 272 operator ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >() const { 283 void operator=(const CartesianProductHolder$i& other);
|
/external/clang/include/clang/AST/ |
DeclAccessPair.h | 59 operator NamedDecl*() const { return getDecl(); } 60 NamedDecl *operator->() const { return getDecl(); }
|
/external/clang/include/clang/Analysis/Visitors/ |
CFGRecStmtVisitor.h | 53 // Defining operator() allows the visitor to be used as a C++ style functor. 54 void operator()(Stmt *S) { static_cast<ImplClass*>(this)->BlockStmt_Visit(S);}
|
/external/clang/include/clang/Sema/ |
Weak.h | 38 bool operator==(WeakInfo RHS) const { 41 bool operator!=(WeakInfo RHS) const { return !(*this == RHS); }
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p6.cpp | 14 operator int() const { return 0; } 18 operator int() const { return 0; }
|
/external/clang/test/CXX/special/class.copy/ |
implicit-move-def.cpp | 36 A &operator =(A&&); 40 B &operator =(B&&);
|
/external/clang/test/CodeGenCXX/ |
2010-07-23-DeclLoc.cpp | 18 element_type& operator*() const throw() { } 71 size_t operator()(const CSCppSymbolOwner& symbol_owner) const {
|
rvalue-references.cpp | 45 C& operator=(const C&) = delete; 107 operator int&& () const;
|
/external/clang/test/Index/ |
load-classes.cpp | 7 operator X*(); 24 // CHECK: load-classes.cpp:7:3: CXXConversion=operator struct X *:7:3 Extent=[7:3 - 7:16]
|
/external/clang/test/SemaTemplate/ |
temp_arg_template.cpp | 51 int operator<<(int, TT<T, N> a) { // expected-note{{candidate template ignored}} 55 void f0( Y<int,1> y){ 1 << y; } // expected-note{{in instantiation of function template specialization 'N::operator<<<Y, int, 1>' requested here}}
|
temp_func_order.cpp | 88 template<typename T, typename U> operator A<T, U>(); 89 template<typename T> operator A<T, T>();
|