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

1 2 3 4 5 6 78 91011>>

  /external/clang/include/clang/Basic/
VersionTuple.h 73 friend bool operator==(const VersionTuple& X, const VersionTuple &Y) {
81 friend bool operator!=(const VersionTuple &X, const VersionTuple &Y) {
89 friend bool operator<(const VersionTuple &X, const VersionTuple &Y) {
103 friend bool operator>(const VersionTuple &X, const VersionTuple &Y) {
112 friend bool operator<=(const VersionTuple &X, const VersionTuple &Y) {
121 friend bool operator>=(const VersionTuple &X, const VersionTuple &Y) {
135 raw_ostream& operator<<(raw_ostream &Out, const VersionTuple &V);
  /external/llvm/include/llvm/Support/
BranchProbability.h 53 bool operator==(BranchProbability RHS) const {
56 bool operator!=(BranchProbability RHS) const {
59 bool operator<(BranchProbability RHS) const {
62 bool operator>(BranchProbability RHS) const {
65 bool operator<=(BranchProbability RHS) const {
68 bool operator>=(BranchProbability RHS) const {
73 raw_ostream &operator<<(raw_ostream &OS, const BranchProbability &Prob);
  /external/marisa-trie/lib/marisa/
marisa-string.h 25 String &operator=(const String &str) {
31 UInt8 operator[](std::size_t i) const {
48 inline bool operator==(const String &lhs, const String &rhs) {
60 inline bool operator!=(const String &lhs, const String &rhs) {
64 inline bool operator<(const String &lhs, const String &rhs) {
76 inline bool operator>(const String &lhs, const String &rhs) {
97 RString &operator=(const RString &str) {
103 UInt8 operator[](std::size_t i) const {
120 inline bool operator==(const RString &lhs, const RString &rhs) {
132 inline bool operator!=(const RString &lhs, const RString &rhs)
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
marisa-string.h 25 String &operator=(const String &str) {
31 UInt8 operator[](std::size_t i) const {
48 inline bool operator==(const String &lhs, const String &rhs) {
60 inline bool operator!=(const String &lhs, const String &rhs) {
64 inline bool operator<(const String &lhs, const String &rhs) {
76 inline bool operator>(const String &lhs, const String &rhs) {
97 RString &operator=(const RString &str) {
103 UInt8 operator[](std::size_t i) const {
120 inline bool operator==(const RString &lhs, const RString &rhs) {
132 inline bool operator!=(const RString &lhs, const RString &rhs)
    [all...]
  /external/stlport/test/eh/
SortClass.h 39 bool operator<( const TestClass& rhs ) const
45 bool operator==( const TestClass& rhs ) const
58 inline bool operator>( const SortClass& lhs, const SortClass& rhs ) {
62 inline bool operator<=( const SortClass& lhs, const SortClass& rhs ) {
66 inline bool operator>=( const SortClass& lhs, const SortClass& rhs ) {
70 inline bool operator != ( const SortClass& lhs, const SortClass& rhs ) {
  /ndk/sources/cxx-stl/gabi++/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
109 inline bool operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
114 inline bool operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
109 inline bool operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
114 inline bool operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/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) {
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/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) {
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/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) {
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/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) {
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/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) {
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/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) {
  /prebuilts/ndk/5/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) {
  /prebuilts/ndk/6/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) {
  /prebuilts/ndk/7/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) {
  /prebuilts/ndk/7/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) {
  /prebuilts/ndk/8/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) {
  /prebuilts/ndk/8/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) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
109 inline bool operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
114 inline bool operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
stl_pair.h 86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
104 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
109 inline bool operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
114 inline bool operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
  /external/chromium_org/third_party/angle/src/compiler/
ConstantUnion.h 32 bool operator==(const int i) const
37 bool operator==(const float f) const
42 bool operator==(const bool b) const
47 bool operator==(const ConstantUnion& constant) const
64 bool operator!=(const int i) const
66 return !operator==(i);
69 bool operator!=(const float f) const
71 return !operator==(f);
74 bool operator!=(const bool b) const
76 return !operator==(b)
    [all...]
  /external/clang/include/clang/AST/
CharUnits.h 68 CharUnits& operator+= (const CharUnits &Other) {
72 CharUnits& operator++ () {
76 CharUnits operator++ (int) {
79 CharUnits& operator-= (const CharUnits &Other) {
83 CharUnits& operator-- () {
87 CharUnits operator-- (int) {
92 bool operator== (const CharUnits &Other) const {
95 bool operator!= (const CharUnits &Other) const {
100 bool operator< (const CharUnits &Other) const {
103 bool operator<= (const CharUnits &Other) const {
    [all...]
  /external/stlport/stlport/stl/
_iterator.h 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR:
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
75 reference operator*() const {
80 _Self& operator++() {
84 _Self operator++(int) {
89 _Self& operator--() {
93 _Self operator--(int) {
99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n)
    [all...]
_iterator_old.h 67 // friend inline bool operator== _STLP_NULL_TMPL_ARGS (const _Self& x, const _Self& y);
85 _Reference operator*() const {
92 _Self& operator++() {
96 _Self operator++(int) {
101 _Self& operator--() {
105 _Self operator--(int) {
132 inline bool _STLP_CALL operator==(
142 inline bool _STLP_CALL operator!=(
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
181 _Reference operator*() const { return *(__current - (difference_type)1);
    [all...]

Completed in 1173 milliseconds

1 2 3 4 5 6 78 91011>>