OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operator
(Results
901 - 925
of
6351
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp
105
operator
->() const
113
operator
*() const
121
operator
==(const binary_heap_point_const_iterator_& other) const
126
operator
!=(const binary_heap_point_const_iterator_& other) const
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp
116
operator
->() const
124
operator
*() const
132
operator
==(const PB_DS_CLASS_C_DEC& other) const
137
operator
!=(const PB_DS_CLASS_C_DEC& other) const
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
const_point_iterator.hpp
105
operator
->() const
113
operator
*() const
121
operator
==(const binary_heap_const_point_iterator_& other) const
126
operator
!=(const binary_heap_const_point_iterator_& other) const
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_point_iterator.hpp
120
operator
->() const
128
operator
*() const
136
operator
==(const PB_DS_CLASS_C_DEC& other) const
141
operator
!=(const PB_DS_CLASS_C_DEC& other) const
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp
105
operator
->() const
113
operator
*() const
121
operator
==(const binary_heap_point_const_iterator_& other) const
126
operator
!=(const binary_heap_point_const_iterator_& other) const
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp
116
operator
->() const
124
operator
*() const
132
operator
==(const PB_DS_CLASS_C_DEC& other) const
137
operator
!=(const PB_DS_CLASS_C_DEC& other) const
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp
105
operator
->() const
113
operator
*() const
121
operator
==(const binary_heap_point_const_iterator_& other) const
126
operator
!=(const binary_heap_point_const_iterator_& other) const
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp
116
operator
->() const
124
operator
*() const
132
operator
==(const PB_DS_CLASS_C_DEC& other) const
137
operator
!=(const PB_DS_CLASS_C_DEC& other) const
/cts/apps/CtsVerifier/include/colorchecker/
vec2.h
33
inline Vec2<T>
operator
+ (const Vec2<T> ¶m) const {
38
inline Vec2<T>
operator
- (const Vec2<T> ¶m) const {
43
inline Vec2<float>
operator
/ (const int param) const {
/external/chromium/base/mac/
scoped_cftyperef.h
47
bool
operator
==(CFT that) const {
51
bool
operator
!=(CFT that) const {
55
operator
CFT() const {
/external/chromium/third_party/libjingle/source/talk/xmllite/
qname.h
45
QName &
operator
=(const QName & qn) {
57
bool
operator
==(const QName & other) const;
58
bool
operator
!=(const QName & other) const { return !
operator
==(other); }
59
bool
operator
<(const QName & other) const { return Compare(other) < 0; }
/external/chromium/webkit/glue/
form_field.cc
83
bool FormField::
operator
==(const FormField& field) const {
92
bool FormField::
operator
!=(const FormField& field) const {
93
return !
operator
==(field);
104
std::ostream&
operator
<<(std::ostream& os, const FormField& field) {
/external/chromium_org/base/mac/
scoped_cffiledescriptorref.h
44
bool
operator
==(CFFileDescriptorRef that) const {
48
bool
operator
!=(CFFileDescriptorRef that) const {
52
operator
CFFileDescriptorRef() const {
scoped_ioobject.h
37
bool
operator
==(IOT that) const {
41
bool
operator
!=(IOT that) const {
45
operator
IOT() const {
scoped_launch_data.h
40
bool
operator
==(launch_data_t that) const {
44
bool
operator
!=(launch_data_t that) const {
48
operator
launch_data_t() const {
/external/chromium_org/base/win/
scoped_co_mem.h
30
T**
operator
&() { // NOLINT
35
operator
T*() {
39
T*
operator
->() {
44
const T*
operator
->() const {
/external/chromium_org/components/autofill/core/common/
form_data.cc
69
bool FormData::
operator
==(const FormData& form) const {
78
bool FormData::
operator
!=(const FormData& form) const {
79
return !
operator
==(form);
82
std::ostream&
operator
<<(std::ostream& os, const FormData& form) {
/external/chromium_org/content/browser/indexed_db/
list_set_unittest.cc
100
Wrapped&
operator
=(const Wrapped<T>& rhs) {
105
bool
operator
<(const Wrapped<T>& rhs) const { return value_ < rhs.value_; }
106
bool
operator
==(const Wrapped<T>& rhs) const { return value_ == rhs.value_; }
/external/chromium_org/content/public/browser/
notification_details.h
30
bool
operator
!=(const NotificationDetails& other) const {
34
bool
operator
==(const NotificationDetails& other) const {
54
T*
operator
->() const { return ptr(); }
notification_source.h
29
bool
operator
!=(const NotificationSource& other) const {
32
bool
operator
==(const NotificationSource& other) const {
52
T*
operator
->() const { return ptr(); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CursorList.h
41
const CursorData&
operator
[](int i) const { return m_vector[i]; }
42
CursorData&
operator
[](int i) { return m_vector[i]; }
46
bool
operator
==(const CursorList& o) const { return m_vector == o.m_vector; }
47
bool
operator
!=(const CursorList& o) const { return m_vector != o.m_vector; }
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringOperators.h
36
operator
String() const
41
operator
AtomicString() const
101
inline StringAppend<const char*, String>
operator
+(const char* string1, const String& string2)
106
inline StringAppend<const char*, AtomicString>
operator
+(const char* string1, const AtomicString& string2)
112
inline StringAppend<const char*, StringAppend<U, V> >
operator
+(const char* string1, const StringAppend<U, V>& string2)
117
inline StringAppend<const UChar*, String>
operator
+(const UChar* string1, const String& string2)
122
inline StringAppend<const UChar*, AtomicString>
operator
+(const UChar* string1, const AtomicString& string2)
128
inline StringAppend<const UChar*, StringAppend<U, V> >
operator
+(const UChar* string1, const StringAppend<U, V>& string2)
134
StringAppend<String, T>
operator
+(const String& string1, T string2)
140
StringAppend<StringAppend<U, V>, W>
operator
+(const StringAppend<U, V>& string1, W string2
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
WebCString.h
71
WebCString&
operator
=(const WebCString& s)
96
BLINK_COMMON_EXPORT WebCString&
operator
=(const WTF::CString&);
97
BLINK_COMMON_EXPORT
operator
WTF::CString() const;
104
WebCString&
operator
=(const std::string& s)
111
operator
std::string() const
129
inline bool
operator
<(const WebCString& a, const WebCString& b)
/external/chromium_org/third_party/icu/source/common/unicode/
parsepos.h
88
* Assignment
operator
91
ParsePosition&
operator
=(const ParsePosition& copy);
94
* Equality
operator
.
98
UBool
operator
==(const ParsePosition& that) const;
101
* Equality
operator
.
105
UBool
operator
!=(const ParsePosition& that) const;
183
ParsePosition::
operator
=(const ParsePosition& copy)
191
ParsePosition::
operator
==(const ParsePosition& copy) const
200
ParsePosition::
operator
!=(const ParsePosition& copy) const
202
return !
operator
==(copy)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
dtrule.cpp
69
DateTimeRule::
operator
=(const DateTimeRule& right) {
83
DateTimeRule::
operator
==(const DateTimeRule& that) const {
96
DateTimeRule::
operator
!=(const DateTimeRule& that) const {
97
return !
operator
==(that);
Completed in 2588 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>