/external/chromium_org/ui/gfx/image/ |
image_family.h | 53 const_iterator& operator++() { 58 const_iterator operator++(int /*unused*/) { 64 const_iterator& operator--() { 69 const_iterator operator--(int /*unused*/) { 75 bool operator==(const const_iterator& other) const { 79 bool operator!=(const const_iterator& other) const { 83 const gfx::Image& operator*() const { 87 const gfx::Image* operator->() const {
|
/external/chromium_org/ui/gfx/ |
vector2d.h | 40 void operator+=(const Vector2d& other) { Add(other); } 41 void operator-=(const Vector2d& other) { Subtract(other); } 62 operator Vector2dF() const { return Vector2dF(x_, y_); } 69 inline bool operator==(const Vector2d& lhs, const Vector2d& rhs) { 73 inline Vector2d operator-(const Vector2d& v) { 77 inline Vector2d operator+(const Vector2d& lhs, const Vector2d& rhs) { 83 inline Vector2d operator-(const Vector2d& lhs, const Vector2d& rhs) {
|
vector2d_f.h | 38 void operator+=(const Vector2dF& other) { Add(other); } 39 void operator-=(const Vector2dF& other) { Subtract(other); } 69 inline bool operator==(const Vector2dF& lhs, const Vector2dF& rhs) { 73 inline bool operator!=(const Vector2dF& lhs, const Vector2dF& rhs) { 77 inline Vector2dF operator-(const Vector2dF& v) { 81 inline Vector2dF operator+(const Vector2dF& lhs, const Vector2dF& rhs) { 87 inline Vector2dF operator-(const Vector2dF& lhs, const Vector2dF& rhs) {
|
/external/clang/include/clang/Edit/ |
FileOffset.h | 37 friend bool operator==(FileOffset LHS, FileOffset RHS) { 40 friend bool operator!=(FileOffset LHS, FileOffset RHS) { 43 friend bool operator<(FileOffset LHS, FileOffset RHS) { 48 friend bool operator>(FileOffset LHS, FileOffset RHS) { 53 friend bool operator>=(FileOffset LHS, FileOffset RHS) { 56 friend bool operator<=(FileOffset LHS, FileOffset RHS) {
|
/frameworks/base/media/mca/filterpacks/native/base/ |
vec_types.h | 28 VecBase<T,dim>& operator = (const VecBase<T, dim> &x) { 32 T & operator [] (int i) { 36 const T & operator [] (int i) const { 52 Vec<T,dim>& operator = (const Vec<T, dim> &x) { 59 Vec<T, dim> operator + (const Vec<T,dim> &x, const Vec<T,dim> &y) { 67 Vec<T, dim> operator - (const Vec<T,dim> &x, const Vec<T,dim> &y) { 75 Vec<T, dim> operator * (const Vec<T,dim> &x, const Vec<T,dim> &y) { 83 Vec<T, dim> operator / (const Vec<T,dim> &x, const Vec<T,dim> &y) { 99 Vec<T, dim> operator * (const Vec<T,dim> &x, T scale) { 107 Vec<T, dim> operator / (const Vec<T,dim> &x, T scale) [all...] |
/abi/cpp/src/ |
type_info.cc | 47 type_info::operator==(const type_info& rhs) const 59 type_info::operator!=(const type_info& rhs) const 61 return !this->operator==(rhs);
|
/bionic/libstdc++/src/ |
typeinfo.cpp | 16 type_info::operator==(type_info const & right) const { 21 type_info::operator!=(type_info const & right) const {
|
/external/chromium/base/ |
file_descriptor_posix.h | 28 bool operator==(const FileDescriptor& other) const { 32 // A comparison operator so that we can use these as keys in a std::map. 33 bool operator<(const FileDescriptor& other) const {
|
/external/chromium/crypto/ |
cssm_init.h | 49 operator CSSM_DATA*() { return &data_; } 50 CSSM_DATA* operator ->() { return &data_; }
|
/external/chromium_org/base/ |
file_descriptor_posix.h | 27 bool operator==(const FileDescriptor& other) const { 31 // A comparison operator so that we can use these as keys in a std::map. 32 bool operator<(const FileDescriptor& other) const {
|
/external/chromium_org/cc/output/ |
managed_memory_policy.cc | 35 bool ManagedMemoryPolicy::operator==(const ManagedMemoryPolicy& other) const { 41 bool ManagedMemoryPolicy::operator!=(const ManagedMemoryPolicy& other) const {
|
/external/chromium_org/components/autofill/core/common/ |
form_data_predictions.cc | 22 bool FormDataPredictions::operator==( 30 bool FormDataPredictions::operator!=( 32 return !operator==(predictions);
|
form_field_data_predictions.cc | 24 bool FormFieldDataPredictions::operator==( 33 bool FormFieldDataPredictions::operator!=( 35 return !operator==(predictions);
|
/external/chromium_org/content/public/common/ |
page_state.h | 57 inline bool operator==(const PageState& a, const PageState& b) { 60 inline bool operator!=(const PageState& a, const PageState& b) {
|
/external/chromium_org/crypto/ |
cssm_init.h | 49 operator CSSM_DATA*() { return &data_; } 50 CSSM_DATA* operator ->() { return &data_; }
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
path.h | 59 // Operator versions 60 Path& operator=(const Path& p); 61 Path& operator=(const std::string& str); 62 bool operator==(const Path& other) { return Split() == other.Split(); } 63 bool operator!=(const Path& other) { return !operator==(other); }
|
/external/chromium_org/ppapi/cpp/ |
point.h | 51 operator PP_Point() const { 99 Point operator+(const Point& other) const { 109 Point operator-(const Point& other) const { 119 Point& operator+=(const Point& other) { 131 Point& operator-=(const Point& other) { 190 operator PP_FloatPoint() const { 238 FloatPoint operator+(const FloatPoint& other) const { 248 FloatPoint operator-(const FloatPoint& other) const { 258 FloatPoint& operator+=(const FloatPoint& other) { 270 FloatPoint& operator-=(const FloatPoint& other) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
CompositedLayerMappingPtr.h | 21 CompositedLayerMapping& operator*() const 27 CompositedLayerMapping* operator->() const
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
SMILTime.h | 43 SMILTime& operator=(const SMILTime& o) { m_time = o.m_time; return *this; } 83 inline bool operator==(const SMILTime& a, const SMILTime& b) { return a.isFinite() && a.value() == b.value(); } 84 inline bool operator!(const SMILTime& a) { return !a.isFinite() || !a.value(); } 85 inline bool operator!=(const SMILTime& a, const SMILTime& b) { return !operator==(a, b); } 86 inline bool operator>(const SMILTime& a, const SMILTime& b) { return a.value() > b.value(); } 87 inline bool operator<(const SMILTime& a, const SMILTime& b) { return a.value() < b.value(); } 88 inline bool operator>=(const SMILTime& a, const SMILTime& b) { return a.value() > b.value() || operator==(a, b); } 89 inline bool operator<=(const SMILTime& a, const SMILTime& b) { return a.value() < b.value() || operator==(a, b); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebURL.cpp | 45 WebURL& WebURL::operator=(const WebCore::KURL& url) 53 WebURL::operator WebCore::KURL() const
|
WebURLError.cpp | 47 WebURLError& WebURLError::operator=(const ResourceError& error) 61 WebURLError::operator ResourceError() const
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDocumentType.cpp | 52 WebDocumentType& WebDocumentType::operator=(const PassRefPtr<DocumentType>& elem) 58 WebDocumentType::operator PassRefPtr<DocumentType>() const
|
WebGeolocationPosition.cpp | 50 WebGeolocationPosition& WebGeolocationPosition::operator=(PassRefPtr<GeolocationPosition> position) 56 WebGeolocationPosition::operator PassRefPtr<GeolocationPosition>() const
|
WebLabelElement.cpp | 53 WebLabelElement& WebLabelElement::operator=(const PassRefPtr<HTMLLabelElement>& elem) 59 WebLabelElement::operator PassRefPtr<HTMLLabelElement>() const
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
OwnPtr.h | 72 ValueType& operator*() const { ASSERT(m_ptr); return *m_ptr; } 73 PtrType operator->() const { ASSERT(m_ptr); return m_ptr; } 75 ValueType& operator[](std::ptrdiff_t i) const; 77 bool operator!() const { return !m_ptr; } 79 // This conversion operator allows implicit conversion to bool but not to other integer types. 81 operator UnspecifiedBoolType() const { return m_ptr ? &OwnPtr::m_ptr : 0; } 83 OwnPtr& operator=(const PassOwnPtr<T>&); 84 OwnPtr& operator=(std::nullptr_t) { clear(); return *this; } 85 template<typename U> OwnPtr& operator=(const PassOwnPtr<U>&); 91 OwnPtr& operator=(OwnPtr&&) [all...] |