OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operator
(Results
1276 - 1300
of
6015
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/clang/include/clang/AST/
Redeclarable.h
130
reference
operator
*() const { return Current; }
131
pointer
operator
->() const { return Current; }
133
redecl_iterator&
operator
++() {
141
redecl_iterator
operator
++(int) {
147
friend bool
operator
==(redecl_iterator x, redecl_iterator y) {
150
friend bool
operator
!=(redecl_iterator x, redecl_iterator y) {
/external/clang/include/clang/Basic/
ABI.h
50
friend bool
operator
==(const ReturnAdjustment &LHS,
56
friend bool
operator
<(const ReturnAdjustment &LHS,
80
friend bool
operator
==(const ThisAdjustment &LHS,
86
friend bool
operator
<(const ThisAdjustment &LHS,
110
friend bool
operator
==(const ThunkInfo &LHS, const ThunkInfo &RHS) {
114
friend bool
operator
<(const ThunkInfo &LHS, const ThunkInfo &RHS) {
/external/clang/test/Index/
code-completion.cpp
16
operator
int() const;
36
Z::
operator
int() const {
44
// CHECK-MEMBER: CXXConversion:{TypedText
operator
int}{LeftParen (}{RightParen )}{Informative const}
45
// CHECK-MEMBER: CXXMethod:{ResultType Z &}{TypedText
operator
=}{LeftParen (}{Placeholder const Z &}{RightParen )}
46
// CHECK-MEMBER: CXXMethod:{ResultType X &}{Text X::}{TypedText
operator
=}{LeftParen (}{Placeholder const X &}{RightParen )}
47
// CHECK-MEMBER: CXXMethod:{ResultType Y &}{Text Y::}{TypedText
operator
=}{LeftParen (}{Placeholder const Y &}{RightParen )}
complete-access-checks.cpp
44
// CHECK-SUPER-ACCESS: CXXMethod:{ResultType Y &}{TypedText
operator
=}{LeftParen (}{Placeholder const Y &}{RightParen )} (34)
45
// CHECK-SUPER-ACCESS: CXXMethod:{ResultType X &}{Text X::}{TypedText
operator
=}{LeftParen (}{Placeholder const X &}{RightParen )} (36)
57
// CHECK-ACCESS: CXXMethod:{ResultType Z &}{TypedText
operator
=}{LeftParen (}{Placeholder const Z &}{RightParen )} (34)
79
// CHECK-USING-INACCESSIBLE: CXXMethod:{ResultType P &}{TypedText
operator
=}{LeftParen (}{Placeholder const P &}{RightParen )} (34)
84
// CHECK-USING-ACCESSIBLE: CXXMethod:{ResultType Q &}{TypedText
operator
=}{LeftParen (}{Placeholder const Q &}{RightParen )} (34)
85
// CHECK-USING-ACCESSIBLE: CXXMethod:{ResultType P &}{Text P::}{TypedText
operator
=}{LeftParen (}{Placeholder const P &}{RightParen )} (36)
/external/collada/include/1.4/dom/
domCapsule.h
73
* Overloaded assignment
operator
75
virtual domHeight &
operator
=( const domHeight &cpy ) { (void)cpy; return *this; }
139
* Overloaded assignment
operator
141
virtual domRadius &
operator
=( const domRadius &cpy ) { (void)cpy; return *this; }
206
* Overloaded assignment
operator
208
virtual domCapsule &
operator
=( const domCapsule &cpy ) { (void)cpy; return *this; }
domCylinder.h
73
* Overloaded assignment
operator
75
virtual domHeight &
operator
=( const domHeight &cpy ) { (void)cpy; return *this; }
139
* Overloaded assignment
operator
141
virtual domRadius &
operator
=( const domRadius &cpy ) { (void)cpy; return *this; }
205
* Overloaded assignment
operator
207
virtual domCylinder &
operator
=( const domCylinder &cpy ) { (void)cpy; return *this; }
domFx_sampler3D_common.h
65
* Overloaded assignment
operator
67
virtual domSource &
operator
=( const domSource &cpy ) { (void)cpy; return *this; }
123
* Overloaded assignment
operator
125
virtual domWrap_s &
operator
=( const domWrap_s &cpy ) { (void)cpy; return *this; }
181
* Overloaded assignment
operator
183
virtual domWrap_t &
operator
=( const domWrap_t &cpy ) { (void)cpy; return *this; }
239
* Overloaded assignment
operator
241
virtual domWrap_p &
operator
=( const domWrap_p &cpy ) { (void)cpy; return *this; }
297
* Overloaded assignment
operator
299
virtual domMinfilter &
operator
=( const domMinfilter &cpy ) { (void)cpy; return *this;
[
all
...]
domFx_samplerCUBE_common.h
65
* Overloaded assignment
operator
67
virtual domSource &
operator
=( const domSource &cpy ) { (void)cpy; return *this; }
123
* Overloaded assignment
operator
125
virtual domWrap_s &
operator
=( const domWrap_s &cpy ) { (void)cpy; return *this; }
181
* Overloaded assignment
operator
183
virtual domWrap_t &
operator
=( const domWrap_t &cpy ) { (void)cpy; return *this; }
239
* Overloaded assignment
operator
241
virtual domWrap_p &
operator
=( const domWrap_p &cpy ) { (void)cpy; return *this; }
297
* Overloaded assignment
operator
299
virtual domMinfilter &
operator
=( const domMinfilter &cpy ) { (void)cpy; return *this;
[
all
...]
/external/llvm/include/llvm/ADT/
PointerIntPair.h
108
bool
operator
==(const PointerIntPair &RHS) const {return Value == RHS.Value;}
109
bool
operator
!=(const PointerIntPair &RHS) const {return Value != RHS.Value;}
110
bool
operator
<(const PointerIntPair &RHS) const {return Value < RHS.Value;}
111
bool
operator
>(const PointerIntPair &RHS) const {return Value > RHS.Value;}
112
bool
operator
<=(const PointerIntPair &RHS) const {return Value <= RHS.Value;}
113
bool
operator
>=(const PointerIntPair &RHS) const {return Value >= RHS.Value;}
/external/llvm/lib/Support/Windows/
Windows.h
55
operator
HANDLE() {
59
AutoHandle &
operator
=(HANDLE h) {
85
operator
HandleType() const { return Handle; }
87
ScopedHandle &
operator
=(HandleType handle) {
96
operator
unspecified_bool_type() const {
100
bool
operator
!() const {
/external/skia/src/core/
SkClipStack.cpp
30
bool
operator
==(const Rec& b) const {
45
bool
operator
!=(const Rec& b) const {
73
SkClipStack& SkClipStack::
operator
=(const SkClipStack& b) {
90
bool SkClipStack::
operator
==(const SkClipStack& b) const {
184
bool
operator
==(const SkClipStack::B2FIter::Clip& a,
191
bool
operator
!=(const SkClipStack::B2FIter::Clip& a,
SkCoreBlitters.h
46
SkShaderBlitter&
operator
=(const SkShaderBlitter&);
67
SkA8_Blitter&
operator
=(const SkA8_Blitter&);
86
SkA8_Shader_Blitter&
operator
=(const SkA8_Shader_Blitter&);
113
SkARGB32_Blitter&
operator
=(const SkARGB32_Blitter&);
153
SkARGB32_Shader_Blitter&
operator
=(const SkARGB32_Shader_Blitter&);
169
SkA1_Blitter&
operator
=(const SkA1_Blitter&);
SkFloat.h
63
friend bool
operator
==(const SkFloat& a, const SkFloat& b) { return a.fPacked == b.fPacked; }
64
friend bool
operator
!=(const SkFloat& a, const SkFloat& b) { return a.fPacked != b.fPacked; }
65
friend bool
operator
<(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) < 0; }
66
friend bool
operator
<=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) <= 0; }
67
friend bool
operator
>(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) > 0; }
68
friend bool
operator
>=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) >= 0; }
/external/webkit/Source/JavaScriptCore/runtime/
ArgList.h
163
void*
operator
new(size_t size)
167
void
operator
delete(void* p)
172
void*
operator
new[](size_t);
173
void
operator
delete[](void*);
175
void*
operator
new(size_t, void*);
176
void
operator
delete(void*, size_t);
/external/webkit/Source/JavaScriptCore/wtf/text/
TextPosition.h
69
bool
operator
==(const TextPosition& other) { return m_line == other.m_line && m_column == other.m_column; }
70
bool
operator
!=(const TextPosition& other) { return !((*this) == other); }
95
bool
operator
==(ZeroBasedNumber other) { return m_value == other.m_value; }
96
bool
operator
!=(ZeroBasedNumber other) { return !((*this) == other); }
116
bool
operator
==(OneBasedNumber other) { return m_value == other.m_value; }
117
bool
operator
!=(OneBasedNumber other) { return !((*this) == other); }
/external/webkit/Source/WebCore/platform/graphics/
Color.h
129
operator
QColor() const;
137
operator
GdkRGBA() const;
143
operator
wxColour() const;
152
operator
rgb_color() const;
181
inline bool
operator
==(const Color& a, const Color& b)
186
inline bool
operator
!=(const Color& a, const Color& b)
/external/webkit/Source/WebCore/platform/graphics/openvg/
VGUtils.cpp
68
VGMatrix::
operator
AffineTransform() const
77
VGMatrix::
operator
TransformationMatrix() const
87
AffineTransform::
operator
VGMatrix() const
92
TransformationMatrix::
operator
VGMatrix() const
113
VGRect::
operator
FloatRect() const
118
FloatRect::
operator
VGRect() const
/external/webkit/Source/WebKit/chromium/public/
WebNode.h
54
WebNode&
operator
=(const WebNode& n)
128
WebNode&
operator
=(const WTF::PassRefPtr<WebCore::Node>&);
129
operator
WTF::PassRefPtr<WebCore::Node>() const;
148
inline bool
operator
==(const WebNode& a, const WebNode& b)
153
inline bool
operator
!=(const WebNode& a, const WebNode& b)
158
inline bool
operator
<(const WebNode& a, const WebNode& b)
/frameworks/base/tools/aapt/
SourcePos.cpp
22
bool
operator
<(const ErrorPos& rhs) const;
23
bool
operator
==(const ErrorPos& rhs) const;
24
ErrorPos&
operator
=(const ErrorPos& rhs);
57
ErrorPos::
operator
<(const ErrorPos& rhs) const
70
ErrorPos::
operator
==(const ErrorPos& rhs) const
78
ErrorPos::
operator
=(const ErrorPos& rhs)
/frameworks/base/tools/localize/
SourcePos.cpp
24
bool
operator
<(const ErrorPos& rhs) const;
25
bool
operator
==(const ErrorPos& rhs) const;
26
ErrorPos&
operator
=(const ErrorPos& rhs);
56
ErrorPos::
operator
<(const ErrorPos& rhs) const
69
ErrorPos::
operator
==(const ErrorPos& rhs) const
77
ErrorPos::
operator
=(const ErrorPos& rhs)
XMLHandler.h
30
inline bool
operator
<(const XMLAttribute& that) const { return Compare(that) < 0; }
31
inline bool
operator
<=(const XMLAttribute& that) const { return Compare(that) <= 0; }
32
inline bool
operator
==(const XMLAttribute& that) const { return Compare(that) == 0; }
33
inline bool
operator
!=(const XMLAttribute& that) const { return Compare(that) != 0; }
34
inline bool
operator
>=(const XMLAttribute& that) const { return Compare(that) >= 0; }
35
inline bool
operator
>(const XMLAttribute& that) const { return Compare(that) > 0; }
/ndk/sources/cxx-stl/gabi++/include/
stl_pair.h
78
inline bool
operator
==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84
inline bool
operator
<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91
inline bool
operator
!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
96
inline bool
operator
>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
101
inline bool
operator
<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
106
inline bool
operator
>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
/ndk/sources/cxx-stl/system/include/
stl_pair.h
78
inline bool
operator
==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84
inline bool
operator
<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91
inline bool
operator
!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
96
inline bool
operator
>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
101
inline bool
operator
<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
106
inline bool
operator
>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h
69
* functor @c f and an argument @c x. Later, B's @c
operator
() is called
81
* functor whose @c
operator
() accepts a floating-point number, subtracts
111
operator
()(const typename _Operation::second_argument_type& __x) const
117
operator
()(typename _Operation::second_argument_type& __x) const
146
operator
()(const typename _Operation::first_argument_type& __x) const
152
operator
()(typename _Operation::first_argument_type& __x) const
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp
109
_GLIBCXX_DEBUG_ASSERT(Cmp_Fn::
operator
()(PB_DS_V2F(*l_range.second),
116
_GLIBCXX_DEBUG_ASSERT(Cmp_Fn::
operator
()(PB_DS_V2F(p_nd->m_value),
130
_GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::
operator
()(PB_DS_V2F(p_nd->m_value),
142
_GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::
operator
()(PB_DS_V2F(p_nd->m_p_right->m_value),
217
_GLIBCXX_DEBUG_ASSERT(Cmp_Fn::
operator
()(PB_DS_V2F(*prev_it),
236
_GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::
operator
()(PB_DS_V2F(*reverse_prev_it),
Completed in 288 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>