OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operator
(Results
176 - 200
of
9558
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/pdfium/core/fxcrt/
cfx_maybe_owned.h
49
CFX_MaybeOwned&
operator
=(const CFX_MaybeOwned& that) = delete;
50
CFX_MaybeOwned&
operator
=(CFX_MaybeOwned&& that) {
56
CFX_MaybeOwned&
operator
=(T* ptr) {
60
CFX_MaybeOwned&
operator
=(std::unique_ptr<T, D> ptr) {
65
bool
operator
==(const CFX_MaybeOwned& that) const {
68
bool
operator
==(const std::unique_ptr<T, D>& ptr) const {
71
bool
operator
==(T* ptr) const { return Get() == ptr; }
73
bool
operator
!=(const CFX_MaybeOwned& that) const { return !(*this == that); }
74
bool
operator
!=(const std::unique_ptr<T, D> ptr) const {
77
bool
operator
!=(T* ptr) const { return !(*this == ptr);
[
all
...]
/external/skia/src/gpu/
GrTraceMarker.h
17
bool
operator
<(const GrGpuTraceMarker& rhs) const {
21
bool
operator
==(const GrGpuTraceMarker& rhs) const {
71
Iter&
operator
=(const Iter& i) {
76
bool
operator
==(const Iter& i) const {
79
bool
operator
!=(const Iter& i) const { return !(*this == i); }
80
const GrGpuTraceMarker&
operator
*() const { return fMarkers->fMarkerArray[fCurrentIndex]; }
81
Iter&
operator
++() {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DebugLoc.h
56
operator
DILocation *() const { return get(); }
57
DILocation *
operator
->() const { return get(); }
58
DILocation &
operator
*() const { return *get(); }
67
explicit
operator
bool() const { return Loc; }
105
bool
operator
==(const DebugLoc &DL) const { return Loc == DL.Loc; }
106
bool
operator
!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
/external/webrtc/webrtc/base/
optional.h
79
Optional&
operator
=(const Optional&) = default;
80
Optional&
operator
=(Optional&& m) {
93
explicit
operator
bool() const { return has_value_; }
96
const T*
operator
->() const {
100
T*
operator
->() {
104
const T&
operator
*() const {
108
T&
operator
*() {
121
friend bool
operator
==(const Optional& m1, const Optional& m2) {
125
friend bool
operator
!=(const Optional& m1, const Optional& m2) {
/external/webrtc/webrtc/modules/audio_coding/neteq/
packet.h
46
bool
operator
==(const Packet& rhs) const {
52
bool
operator
!=(const Packet& rhs) const { return !
operator
==(rhs); }
53
bool
operator
<(const Packet& rhs) const {
79
bool
operator
>(const Packet& rhs) const { return rhs.
operator
<(*this); }
80
bool
operator
<=(const Packet& rhs) const { return !
operator
>(rhs); }
81
bool
operator
>=(const Packet& rhs) const { return !
operator
<(rhs);
[
all
...]
/frameworks/base/tools/aapt2/
Locale.h
62
inline bool
operator
<(const LocaleValue& o) const;
63
inline bool
operator
<=(const LocaleValue& o) const;
64
inline bool
operator
==(const LocaleValue& o) const;
65
inline bool
operator
!=(const LocaleValue& o) const;
66
inline bool
operator
>=(const LocaleValue& o) const;
67
inline bool
operator
>(const LocaleValue& o) const;
86
bool LocaleValue::
operator
<(const LocaleValue& o) const {
90
bool LocaleValue::
operator
<=(const LocaleValue& o) const {
94
bool LocaleValue::
operator
==(const LocaleValue& o) const {
98
bool LocaleValue::
operator
!=(const LocaleValue& o) const
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
VersionTuple.h
107
friend bool
operator
==(const VersionTuple& X, const VersionTuple &Y) {
116
friend bool
operator
!=(const VersionTuple &X, const VersionTuple &Y) {
124
friend bool
operator
<(const VersionTuple &X, const VersionTuple &Y) {
133
friend bool
operator
>(const VersionTuple &X, const VersionTuple &Y) {
142
friend bool
operator
<=(const VersionTuple &X, const VersionTuple &Y) {
151
friend bool
operator
>=(const VersionTuple &X, const VersionTuple &Y) {
165
raw_ostream&
operator
<<(raw_ostream &Out, const VersionTuple &V);
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Sequence.h
46
value_sequence_iterator &
operator
+=(difference_type N) {
50
value_sequence_iterator &
operator
-=(difference_type N) {
54
using BaseT::
operator
-;
55
difference_type
operator
-(const value_sequence_iterator &RHS) const {
59
bool
operator
==(const value_sequence_iterator &RHS) const {
62
bool
operator
<(const value_sequence_iterator &RHS) const {
66
reference
operator
*() const { return Value; }
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h
30
inline bool
operator
==(const FunctionId &A, const FunctionId &B) {
34
inline bool
operator
!=(const FunctionId &A, const FunctionId &B) {
38
inline bool
operator
<(const FunctionId &A, const FunctionId &B) {
42
inline bool
operator
<=(const FunctionId &A, const FunctionId &B) {
46
inline bool
operator
>(const FunctionId &A, const FunctionId &B) {
50
inline bool
operator
>=(const FunctionId &A, const FunctionId &B) {
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h
56
operator
DILocation *() const { return get(); }
57
DILocation *
operator
->() const { return get(); }
58
DILocation &
operator
*() const { return *get(); }
67
explicit
operator
bool() const { return Loc; }
105
bool
operator
==(const DebugLoc &DL) const { return Loc == DL.Loc; }
106
bool
operator
!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
VersionTuple.h
107
friend bool
operator
==(const VersionTuple& X, const VersionTuple &Y) {
116
friend bool
operator
!=(const VersionTuple &X, const VersionTuple &Y) {
124
friend bool
operator
<(const VersionTuple &X, const VersionTuple &Y) {
133
friend bool
operator
>(const VersionTuple &X, const VersionTuple &Y) {
142
friend bool
operator
<=(const VersionTuple &X, const VersionTuple &Y) {
151
friend bool
operator
>=(const VersionTuple &X, const VersionTuple &Y) {
165
raw_ostream&
operator
<<(raw_ostream &Out, const VersionTuple &V);
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Sequence.h
46
value_sequence_iterator &
operator
+=(difference_type N) {
50
value_sequence_iterator &
operator
-=(difference_type N) {
54
using BaseT::
operator
-;
55
difference_type
operator
-(const value_sequence_iterator &RHS) const {
59
bool
operator
==(const value_sequence_iterator &RHS) const {
62
bool
operator
<(const value_sequence_iterator &RHS) const {
66
reference
operator
*() const { return Value; }
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h
30
inline bool
operator
==(const FunctionId &A, const FunctionId &B) {
34
inline bool
operator
!=(const FunctionId &A, const FunctionId &B) {
38
inline bool
operator
<(const FunctionId &A, const FunctionId &B) {
42
inline bool
operator
<=(const FunctionId &A, const FunctionId &B) {
46
inline bool
operator
>(const FunctionId &A, const FunctionId &B) {
50
inline bool
operator
>=(const FunctionId &A, const FunctionId &B) {
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h
56
operator
DILocation *() const { return get(); }
57
DILocation *
operator
->() const { return get(); }
58
DILocation &
operator
*() const { return *get(); }
67
explicit
operator
bool() const { return Loc; }
105
bool
operator
==(const DebugLoc &DL) const { return Loc == DL.Loc; }
106
bool
operator
!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
VersionTuple.h
107
friend bool
operator
==(const VersionTuple& X, const VersionTuple &Y) {
116
friend bool
operator
!=(const VersionTuple &X, const VersionTuple &Y) {
124
friend bool
operator
<(const VersionTuple &X, const VersionTuple &Y) {
133
friend bool
operator
>(const VersionTuple &X, const VersionTuple &Y) {
142
friend bool
operator
<=(const VersionTuple &X, const VersionTuple &Y) {
151
friend bool
operator
>=(const VersionTuple &X, const VersionTuple &Y) {
165
raw_ostream&
operator
<<(raw_ostream &Out, const VersionTuple &V);
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Sequence.h
46
value_sequence_iterator &
operator
+=(difference_type N) {
50
value_sequence_iterator &
operator
-=(difference_type N) {
54
using BaseT::
operator
-;
55
difference_type
operator
-(const value_sequence_iterator &RHS) const {
59
bool
operator
==(const value_sequence_iterator &RHS) const {
62
bool
operator
<(const value_sequence_iterator &RHS) const {
66
reference
operator
*() const { return Value; }
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h
30
inline bool
operator
==(const FunctionId &A, const FunctionId &B) {
34
inline bool
operator
!=(const FunctionId &A, const FunctionId &B) {
38
inline bool
operator
<(const FunctionId &A, const FunctionId &B) {
42
inline bool
operator
<=(const FunctionId &A, const FunctionId &B) {
46
inline bool
operator
>(const FunctionId &A, const FunctionId &B) {
50
inline bool
operator
>=(const FunctionId &A, const FunctionId &B) {
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h
56
operator
DILocation *() const { return get(); }
57
DILocation *
operator
->() const { return get(); }
58
DILocation &
operator
*() const { return *get(); }
67
explicit
operator
bool() const { return Loc; }
105
bool
operator
==(const DebugLoc &DL) const { return Loc == DL.Loc; }
106
bool
operator
!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
VersionTuple.h
107
friend bool
operator
==(const VersionTuple& X, const VersionTuple &Y) {
116
friend bool
operator
!=(const VersionTuple &X, const VersionTuple &Y) {
124
friend bool
operator
<(const VersionTuple &X, const VersionTuple &Y) {
133
friend bool
operator
>(const VersionTuple &X, const VersionTuple &Y) {
142
friend bool
operator
<=(const VersionTuple &X, const VersionTuple &Y) {
151
friend bool
operator
>=(const VersionTuple &X, const VersionTuple &Y) {
165
raw_ostream&
operator
<<(raw_ostream &Out, const VersionTuple &V);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Sequence.h
46
value_sequence_iterator &
operator
+=(difference_type N) {
50
value_sequence_iterator &
operator
-=(difference_type N) {
54
using BaseT::
operator
-;
55
difference_type
operator
-(const value_sequence_iterator &RHS) const {
59
bool
operator
==(const value_sequence_iterator &RHS) const {
62
bool
operator
<(const value_sequence_iterator &RHS) const {
66
reference
operator
*() const { return Value; }
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h
30
inline bool
operator
==(const FunctionId &A, const FunctionId &B) {
34
inline bool
operator
!=(const FunctionId &A, const FunctionId &B) {
38
inline bool
operator
<(const FunctionId &A, const FunctionId &B) {
42
inline bool
operator
<=(const FunctionId &A, const FunctionId &B) {
46
inline bool
operator
>(const FunctionId &A, const FunctionId &B) {
50
inline bool
operator
>=(const FunctionId &A, const FunctionId &B) {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h
56
operator
DILocation *() const { return get(); }
57
DILocation *
operator
->() const { return get(); }
58
DILocation &
operator
*() const { return *get(); }
67
explicit
operator
bool() const { return Loc; }
105
bool
operator
==(const DebugLoc &DL) const { return Loc == DL.Loc; }
106
bool
operator
!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
VersionTuple.h
107
friend bool
operator
==(const VersionTuple& X, const VersionTuple &Y) {
116
friend bool
operator
!=(const VersionTuple &X, const VersionTuple &Y) {
124
friend bool
operator
<(const VersionTuple &X, const VersionTuple &Y) {
133
friend bool
operator
>(const VersionTuple &X, const VersionTuple &Y) {
142
friend bool
operator
<=(const VersionTuple &X, const VersionTuple &Y) {
151
friend bool
operator
>=(const VersionTuple &X, const VersionTuple &Y) {
165
raw_ostream&
operator
<<(raw_ostream &Out, const VersionTuple &V);
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Sequence.h
46
value_sequence_iterator &
operator
+=(difference_type N) {
50
value_sequence_iterator &
operator
-=(difference_type N) {
54
using BaseT::
operator
-;
55
difference_type
operator
-(const value_sequence_iterator &RHS) const {
59
bool
operator
==(const value_sequence_iterator &RHS) const {
62
bool
operator
<(const value_sequence_iterator &RHS) const {
66
reference
operator
*() const { return Value; }
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h
30
inline bool
operator
==(const FunctionId &A, const FunctionId &B) {
34
inline bool
operator
!=(const FunctionId &A, const FunctionId &B) {
38
inline bool
operator
<(const FunctionId &A, const FunctionId &B) {
42
inline bool
operator
<=(const FunctionId &A, const FunctionId &B) {
46
inline bool
operator
>(const FunctionId &A, const FunctionId &B) {
50
inline bool
operator
>=(const FunctionId &A, const FunctionId &B) {
Completed in 406 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>