HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 251 - 275 of 13411) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
80 operator<(const _Std_pointer_impl& __rarg) const
84 operator==(const _Std_pointer_impl& __rarg) const
132 operator<(const _Relative_pointer_impl& __rarg) const
137 operator==(const _Relative_pointer_impl& __rarg) const
184 operator<(const _Relative_pointer_impl& __rarg) const
189 operator==(const _Relative_pointer_impl& __rarg) const
323 // Assignment operator
325 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 61 * 4) An operator<() to support pointer comparison.
62 * 5) An operator==() to support pointer comparison.
83 operator<(const _Std_pointer_impl& __rarg) const
87 operator==(const _Std_pointer_impl& __rarg) const
135 operator<(const _Relative_pointer_impl& __rarg) const
140 operator==(const _Relative_pointer_impl& __rarg) const
187 operator<(const _Relative_pointer_impl& __rarg) const
192 operator==(const _Relative_pointer_impl& __rarg) const
318 // Assignment operator
320 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
80 operator<(const _Std_pointer_impl& __rarg) const
84 operator==(const _Std_pointer_impl& __rarg) const
132 operator<(const _Relative_pointer_impl& __rarg) const
137 operator==(const _Relative_pointer_impl& __rarg) const
184 operator<(const _Relative_pointer_impl& __rarg) const
189 operator==(const _Relative_pointer_impl& __rarg) const
323 // Assignment operator
325 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 61 * 4) An operator<() to support pointer comparison.
62 * 5) An operator==() to support pointer comparison.
83 operator<(const _Std_pointer_impl& __rarg) const
87 operator==(const _Std_pointer_impl& __rarg) const
135 operator<(const _Relative_pointer_impl& __rarg) const
140 operator==(const _Relative_pointer_impl& __rarg) const
187 operator<(const _Relative_pointer_impl& __rarg) const
192 operator==(const _Relative_pointer_impl& __rarg) const
318 // Assignment operator
320 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pointer.h 62 * 4) An operator<() to support pointer comparison.
63 * 5) An operator==() to support pointer comparison.
84 operator<(const _Std_pointer_impl& __rarg) const
88 operator==(const _Std_pointer_impl& __rarg) const
136 operator<(const _Relative_pointer_impl& __rarg) const
141 operator==(const _Relative_pointer_impl& __rarg) const
188 operator<(const _Relative_pointer_impl& __rarg) const
193 operator==(const _Relative_pointer_impl& __rarg) const
319 // Assignment operator
321 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
gslice_array.h 50 * operator[](gslice) on a valarray. The returned gslice_array then
52 * the original valarray. For example, operator+=(valarray) will add
70 /// Assignment operator. Assigns slice elements to corresponding
72 gslice_array& operator=(const gslice_array&);
75 void operator=(const valarray<_Tp>&) const;
77 void operator*=(const valarray<_Tp>&) const;
79 void operator/=(const valarray<_Tp>&) const;
81 void operator%=(const valarray<_Tp>&) const;
83 void operator+=(const valarray<_Tp>&) const;
85 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
gslice_array.h 52 * operator[](gslice) on a valarray. The returned gslice_array then
54 * the original valarray. For example, operator+=(valarray) will add
72 /// Assignment operator. Assigns slice elements to corresponding
74 gslice_array& operator=(const gslice_array&);
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
gslice_array.h 52 * operator[](gslice) on a valarray. The returned gslice_array then
54 * the original valarray. For example, operator+=(valarray) will add
72 /// Assignment operator. Assigns slice elements to corresponding
74 gslice_array& operator=(const gslice_array&);
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 50 * operator[](gslice) on a valarray. The returned gslice_array then
52 * the original valarray. For example, operator+=(valarray) will add
70 /// Assignment operator. Assigns slice elements to corresponding
72 gslice_array& operator=(const gslice_array&);
75 void operator=(const valarray<_Tp>&) const;
77 void operator*=(const valarray<_Tp>&) const;
79 void operator/=(const valarray<_Tp>&) const;
81 void operator%=(const valarray<_Tp>&) const;
83 void operator+=(const valarray<_Tp>&) const;
85 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 50 * operator[](gslice) on a valarray. The returned gslice_array then
52 * the original valarray. For example, operator+=(valarray) will add
70 /// Assignment operator. Assigns slice elements to corresponding
72 gslice_array& operator=(const gslice_array&);
75 void operator=(const valarray<_Tp>&) const;
77 void operator*=(const valarray<_Tp>&) const;
79 void operator/=(const valarray<_Tp>&) const;
81 void operator%=(const valarray<_Tp>&) const;
83 void operator+=(const valarray<_Tp>&) const;
85 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 50 * operator[](gslice) on a valarray. The returned gslice_array then
52 * the original valarray. For example, operator+=(valarray) will add
70 /// Assignment operator. Assigns slice elements to corresponding
72 gslice_array& operator=(const gslice_array&);
75 void operator=(const valarray<_Tp>&) const;
77 void operator*=(const valarray<_Tp>&) const;
79 void operator/=(const valarray<_Tp>&) const;
81 void operator%=(const valarray<_Tp>&) const;
83 void operator+=(const valarray<_Tp>&) const;
85 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
gslice_array.h 50 * operator[](gslice) on a valarray. The returned gslice_array then
52 * the original valarray. For example, operator+=(valarray) will add
70 /// Assignment operator. Assigns slice elements to corresponding
72 gslice_array& operator=(const gslice_array&);
75 void operator=(const valarray<_Tp>&) const;
77 void operator*=(const valarray<_Tp>&) const;
79 void operator/=(const valarray<_Tp>&) const;
81 void operator%=(const valarray<_Tp>&) const;
83 void operator+=(const valarray<_Tp>&) const;
85 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice_array.h 52 * operator[](gslice) on a valarray. The returned gslice_array then
54 * the original valarray. For example, operator+=(valarray) will add
72 /// Assignment operator. Assigns slice elements to corresponding
74 gslice_array& operator=(const gslice_array&);
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice_array.h 52 * operator[](gslice) on a valarray. The returned gslice_array then
54 * the original valarray. For example, operator+=(valarray) will add
72 /// Assignment operator. Assigns slice elements to corresponding
74 gslice_array& operator=(const gslice_array&);
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice_array.h 52 * operator[](gslice) on a valarray. The returned gslice_array then
54 * the original valarray. For example, operator+=(valarray) will add
72 /// Assignment operator. Assigns slice elements to corresponding
74 gslice_array& operator=(const gslice_array&);
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice_array.h 52 * operator[](gslice) on a valarray. The returned gslice_array then
54 * the original valarray. For example, operator+=(valarray) will add
72 /// Assignment operator. Assigns slice elements to corresponding
74 gslice_array& operator=(const gslice_array&);
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
gslice_array.h 51 * operator[](gslice) on a valarray. The returned gslice_array then
53 * the original valarray. For example, operator+=(valarray) will add
71 /// Assignment operator. Assigns slice elements to corresponding
73 gslice_array& operator=(const gslice_array&);
76 void operator=(const valarray<_Tp>&) const;
78 void operator*=(const valarray<_Tp>&) const;
80 void operator/=(const valarray<_Tp>&) const;
82 void operator%=(const valarray<_Tp>&) const;
84 void operator+=(const valarray<_Tp>&) const;
86 void operator-=(const valarray<_Tp>&) const
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
OperatorException.java 1 package org.bouncycastle.operator;
OperatorStreamException.java 1 package org.bouncycastle.operator;
RuntimeOperatorException.java 1 package org.bouncycastle.operator;
  /external/chromium_org/cc/resources/
prioritized_tile_set.h 32 Iterator& operator++();
33 Tile* operator->() { return *(*this); }
34 Tile* operator*();
35 operator bool() const {
  /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/chromium_org/third_party/re2/
libre2.symbols 9 # operator<<(std::ostream&, re2::StringPiece const&)
libre2.symbols.darwin 8 # operator<<(std::ostream&, re2::StringPiece const&)
  /external/clang/test/ASTMerge/Inputs/
class1.cpp 13 C &operator=(C&);

Completed in 1050 milliseconds

<<11121314151617181920>>