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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
142 const typename _Pair::first_type& operator()(const _Pair& __x) const {
149 const typename _Pair::second_type& operator()(const _Pair& __x) const {
157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; }
162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y; }
170 const _Whatever& operator () (const _Pair& __x) const { return __x.first;
    [all...]
  /external/llvm/include/llvm/Support/
CFG.h 50 inline bool operator==(const Self& x) const { return It == x.It; }
51 inline bool operator!=(const Self& x) const { return !operator==(x); }
53 inline pointer operator*() const {
57 inline pointer *operator->() const { return &operator*(); }
59 inline Self& operator++() { // Preincrement
65 inline Self operator++(int) { // Postincrement
109 // TODO: This can be random access iterator, only operator[] missing.
126 inline const Self &operator=(const Self &I)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
complex 174 complex<_Tp>& operator=(const _Tp&);
179 operator+=(const _Tp& __t)
188 operator-=(const _Tp& __t)
195 complex<_Tp>& operator*=(const _Tp&);
197 complex<_Tp>& operator/=(const _Tp&);
200 // copy and assignment operator
201 // complex<_Tp>& operator= (const complex<_Tp>&);
204 complex<_Tp>& operator=(const complex<_Up>&);
207 complex<_Tp>& operator+=(const complex<_Up>&);
210 complex<_Tp>& operator-=(const complex<_Up>&)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
complex 174 complex<_Tp>& operator=(const _Tp&);
179 operator+=(const _Tp& __t)
188 operator-=(const _Tp& __t)
195 complex<_Tp>& operator*=(const _Tp&);
197 complex<_Tp>& operator/=(const _Tp&);
200 // copy and assignment operator
201 // complex<_Tp>& operator= (const complex<_Tp>&);
204 complex<_Tp>& operator=(const complex<_Up>&);
207 complex<_Tp>& operator+=(const complex<_Up>&);
210 complex<_Tp>& operator-=(const complex<_Up>&)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
complex 174 complex<_Tp>& operator=(const _Tp&);
179 operator+=(const _Tp& __t)
188 operator-=(const _Tp& __t)
195 complex<_Tp>& operator*=(const _Tp&);
197 complex<_Tp>& operator/=(const _Tp&);
200 // copy and assignment operator
201 // complex<_Tp>& operator= (const complex<_Tp>&);
204 complex<_Tp>& operator=(const complex<_Up>&);
207 complex<_Tp>& operator+=(const complex<_Up>&);
210 complex<_Tp>& operator-=(const complex<_Up>&)
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill-inl.h 16 bool operator()(const T* form_group) {
20 bool operator()(const T& form_group) {
fax_number.cc 13 FaxNumber& FaxNumber::operator=(const FaxNumber& fax) {
14 PhoneNumber::operator=(fax);
home_phone_number.cc 15 HomePhoneNumber& HomePhoneNumber::operator=(const HomePhoneNumber& phone) {
16 PhoneNumber::operator=(phone);
  /external/chromium/crypto/
scoped_nss_types.h 18 void operator()(Type* ptr) const {
26 void operator()(Type* ptr) const {
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p3.cpp 4 operator T*() const;
23 operator T&() const;
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p6.cpp 18 bool operator==(const S&) const { return false; }
32 int operator()(const S& k) const {
  /external/clang/test/CodeGenCXX/
2010-05-10-Var-DbgInfo.cpp 32 operator pmfa();
33 operator pmfb();
decl-ref-init.cpp 11 operator A&();
16 operator A();
  /external/clang/test/SemaCXX/
decl-init-ref.cpp 6 operator A(); // expected-note {{candidate function}}
10 operator A(); // expected-note {{candidate function}}
ref-init-ambiguous.cpp 6 operator E2&(); // expected-note 3 {{candidate function}}
10 operator E2&(); // expected-note 3 {{candidate function}}
  /external/clang/test/SemaObjCXX/
property-reference.mm 11 TCPPObject& operator=(const TCPPObject& inObj)const ;
32 @synthesize cppObjectAtomic; // expected-warning{{atomic property of type 'CREF_TCPPObject' (aka 'const TCPPObject &') synthesizing setter using non-trivial assignment operator}}
  /external/icu4c/common/
dtintrv.cpp 39 DateInterval::operator=(const DateInterval& other) {
55 DateInterval::operator==(const DateInterval& other) const {
  /external/icu4c/i18n/
curramt.cpp 34 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount& other) {
35 Measure::operator=(other);
tolowtrn.h 65 * Assignment operator.
67 LowercaseTransliterator& operator=(const LowercaseTransliterator&);
toupptrn.h 65 * Assignment operator.
67 UppercaseTransliterator& operator=(const UppercaseTransliterator&);
  /external/icu4c/test/intltest/
restest.h 38 * The assignment operator has no real implementation.
41 ResourceBundleTest& operator=(const ResourceBundleTest&) { return *this; }
restsnew.h 41 * The assignment operator has no real implementation.
44 NewResourceBundleTest& operator=(const NewResourceBundleTest&) { return *this; }
  /external/valgrind/main/massif/tests/
deep-B.stderr.exp 4 Massif: operator new(unsigned)
5 Massif: operator new(unsigned long)
7 Massif: operator new[](unsigned)
8 Massif: operator new[](unsigned long)
14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
deep-C.stderr.exp 4 Massif: operator new(unsigned)
5 Massif: operator new(unsigned long)
7 Massif: operator new[](unsigned)
8 Massif: operator new[](unsigned long)
14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-005.js 4 ECMA Section: 11.2.2. The new operator
13 var TITLE = "The new operator";

Completed in 527 milliseconds

<<11121314151617181920>>