HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 826 - 850 of 6351) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
fpositer.h 82 UBool operator==(const FieldPositionIterator&) const;
85 * Returns the complement of the result of operator==
87 * @return the complement of the result of operator==
90 UBool operator!=(const FieldPositionIterator& rhs) const { return !operator==(rhs); }
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/re2/re2/
variadic_function.h 14 Result operator()(Param0 p0, Param1 p1) const {
18 Result operator()(Param0 p0, Param1 p1, const Arg& a0) const {
23 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1) const {
28 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
34 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
40 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
46 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
52 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
59 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
66 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
header.cc 56 bool HeaderComparatorByOffset::operator() (const HeaderPtr lhs,
61 bool HeaderComparatorByTag::operator() (const HeaderPtr lhs,
  /external/chromium_org/tools/gn/
label.h 66 bool operator==(const Label& other) const {
71 bool operator!=(const Label& other) const {
72 return !operator==(other);
74 bool operator<(const Label& other) const {
76 // (one for operator==, one for <).
105 std::size_t operator()(const Label& v) const {
source_dir.h 83 bool operator==(const SourceDir& other) const {
86 bool operator!=(const SourceDir& other) const {
87 return !operator==(other);
89 bool operator<(const SourceDir& other) const {
104 std::size_t operator()(const SourceDir& v) const {
  /external/chromium_org/ui/base/accelerators/
accelerator.cc 49 Accelerator& Accelerator::operator=(const Accelerator& accelerator) {
62 bool Accelerator::operator <(const Accelerator& rhs) const {
70 bool Accelerator::operator ==(const Accelerator& rhs) const {
81 bool Accelerator::operator !=(const Accelerator& rhs) const {
  /external/chromium_org/ui/gfx/
rect.h 77 operator RectF() const {
84 inline bool operator==(const Rect& lhs, const Rect& rhs) {
88 inline bool operator!=(const Rect& lhs, const Rect& rhs) {
92 GFX_EXPORT Rect operator+(const Rect& lhs, const Vector2d& rhs);
93 GFX_EXPORT Rect operator-(const Rect& lhs, const Vector2d& rhs);
95 inline Rect operator+(const Vector2d& lhs, const Rect& rhs) {
  /external/clang/include/clang/AST/
CanonicalType.h 81 operator QualType() const { return Stored; }
84 LLVM_EXPLICIT operator bool() const { return !isNull(); }
113 /// \brief Overloaded arrow operator that produces a canonical type
115 CanProxy<T> operator->() const;
189 inline bool operator==(CanQual<T> x, CanQual<U> y) {
194 inline bool operator!=(CanQual<T> x, CanQual<U> y) {
205 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
241 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
304 /// This arrow operator is used when CanProxyAdaptor has been specialized
306 /// CanProxyAdaptor specialization. Otherwise, this operator will be hidde
    [all...]
  /external/clang/test/CodeGenCXX/
DynArrayInit.cpp 7 inline void* operator new[](unsigned long, void* __p) { return __p; }
debug-info-template-recursive.cpp 6 void operator=(const foo r) { }
  /external/clang/test/SemaCXX/
overloaded-builtin-operators-0x.cpp 7 operator T() const {return T();}
overloaded-operator-decl.cpp 7 X operator+(X, X);
8 X operator-(X, X) { X x; return x; }
11 Y operator-() const;
12 void operator()(int x = 17) const;
13 int operator[](int);
15 static int operator+(Y, Y); // expected-error{{overloaded 'operator+' cannot be a static member function}}
20 x = operator+(x, x);
23 X operator+(int, float); // expected-error{{overloaded 'operator+' must have at least one parameter of class or enumeration type}
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_placement_new.h 29 inline void *operator new(__sanitizer::operator_new_ptr_type sz, void *p) {
  /external/eigen/Eigen/src/SparseCore/
SparseCwiseUnaryOp.h 45 EIGEN_STRONG_INLINE InnerIterator& operator++()
46 { Base::operator++(); return *this; }
68 EIGEN_STRONG_INLINE ReverseInnerIterator& operator--()
69 { Base::operator--(); return *this; }
109 EIGEN_STRONG_INLINE InnerIterator& operator++()
110 { Base::operator++(); return *this; }
131 EIGEN_STRONG_INLINE ReverseInnerIterator& operator--()
132 { Base::operator--(); return *this; }
143 SparseMatrixBase<Derived>::operator*=(const Scalar& other)
153 SparseMatrixBase<Derived>::operator/=(const Scalar& other
    [all...]
  /external/icu4c/i18n/
curramt.cpp 34 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount& other) {
35 Measure::operator=(other);
  /external/icu4c/i18n/unicode/
format.h 110 virtual UBool operator==(const Format& other) const = 0;
119 UBool operator!=(const Format& other) const { return !operator==(other); }
280 Format& operator=(const Format&); // Does nothing; for subclasses
fpositer.h 82 UBool operator==(const FieldPositionIterator&) const;
85 * Returns the complement of the result of operator==
87 * @return the complement of the result of operator==
90 UBool operator!=(const FieldPositionIterator& rhs) const { return !operator==(rhs); }
  /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/llvm/include/llvm/ADT/
Optional.h 55 Optional &operator=(T &&y) {
64 Optional &operator=(Optional &&O) {
84 Optional &operator=(const T &y) {
94 Optional &operator=(const Optional &O) {
118 LLVM_EXPLICIT operator bool() const { return hasVal; }
120 const T* operator->() const { return getPointer(); }
121 T* operator->() { return getPointer(); }
122 const T& operator*() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
123 T& operator*() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
127 T&& operator*() && { assert(hasVal); return std::move(*getPointer());
    [all...]
  /external/regex-re2/re2/
variadic_function.h 16 Result operator()(Param0 p0, Param1 p1) const {
20 Result operator()(Param0 p0, Param1 p1, const Arg& a0) const {
25 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1) const {
30 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
36 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
42 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
48 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
54 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
61 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1,
68 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1
    [all...]
  /external/sfntly/cpp/src/sfntly/table/
header.cc 56 bool HeaderComparatorByOffset::operator() (const HeaderPtr lhs,
61 bool HeaderComparatorByTag::operator() (const HeaderPtr lhs,
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcfilter.h 28 bool operator()(const A &arc) const { return true; }
36 bool operator()(const A &arc) const {

Completed in 1294 milliseconds

<<31323334353637383940>>