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

<<21222324252627282930>>

  /external/chromium_org/ppapi/cpp/
var_dictionary.cc 33 Var::operator=(Var(Null()));
42 Var::operator=(Var(Null()));
53 VarDictionary& VarDictionary::operator=(
55 Var::operator=(other);
59 Var& VarDictionary::operator=(const Var& other) {
61 Var::operator=(other);
64 Var::operator=(Var(Null()));
  /external/chromium_org/remoting/base/
typed_buffer.h 49 // Move operator= for C++03 move emulation of this type.
50 TypedBuffer& operator=(RValue rvalue) {
58 // operator* and operator-> will assert() if there is no current buffer.
59 T& operator*() const {
63 T* operator->() const {
80 operator Testable() const { return buffer_ ? &TypedBuffer::buffer_ : NULL; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunctionTestHelper.h 52 // operator== functions
53 bool operator==(const LinearTimingFunction&, const TimingFunction&);
54 bool operator==(const CubicBezierTimingFunction&, const TimingFunction&);
55 bool operator==(const StepsTimingFunction&, const TimingFunction&);
56 bool operator==(const ChainedTimingFunction&, const TimingFunction&);
58 bool operator==(const TimingFunction&, const TimingFunction&);
59 bool operator!=(const TimingFunction&, const TimingFunction&);
  /external/chromium_org/ui/gfx/
point.h 35 Point& operator=(const POINT& point);
48 operator PointF() const {
56 inline bool operator==(const Point& lhs, const Point& rhs) {
60 inline bool operator!=(const Point& lhs, const Point& rhs) {
64 inline Point operator+(const Point& lhs, const Vector2d& rhs) {
70 inline Point operator-(const Point& lhs, const Vector2d& rhs) {
76 inline Vector2d operator-(const Point& lhs, const Point& rhs) {
vector2d.h 40 void operator+=(const Vector2d& other) { Add(other); }
41 void operator-=(const Vector2d& other) { Subtract(other); }
62 operator Vector2dF() const { return Vector2dF(x_, y_); }
69 inline bool operator==(const Vector2d& lhs, const Vector2d& rhs) {
73 inline Vector2d operator-(const Vector2d& v) {
77 inline Vector2d operator+(const Vector2d& lhs, const Vector2d& rhs) {
83 inline Vector2d operator-(const Vector2d& lhs, const Vector2d& rhs) {
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 73 operator int();
74 operator bool();
79 using A::operator int; // expected-note {{declared protected here}}
81 using A::operator bool;
86 return B(); // expected-error {{'operator int' is a protected member of 'test2::B'}}
99 operator A*();
104 using B::operator A*;
  /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/oprofile/libutil++/
sparse_array.h 23 * operator[], this const member function simply returns 0 for
28 T operator[](size_type index) const {
41 T & operator[](size_type index) {
47 * vectorized += operator
49 sparse_array & operator+=(sparse_array const & rhs) {
60 * vectorized -= operator, overflow shouldn't occur during substraction
63 sparse_array & operator-=(sparse_array const & rhs) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 55 int32 operator=(int32 aStatus);
56 int32 operator==(int32 aStatus) const;
57 int32 operator!=(int32 aStatus) const;
58 int32 operator>=(int32 aStatus) const;
59 int32 operator<=(int32 aStatus) const;
60 int32 operator>(int32 aStatus) const;
61 int32 operator<(int32 aStatus) const;
  /ndk/sources/cxx-stl/gabi++/src/
new.cc 63 void* operator new(std::size_t size) throw(std::bad_alloc) {
79 void* operator new(std::size_t size, const std::nothrow_t& no)
82 return ::operator new(size);
89 void* operator new[](std::size_t size) throw(std::bad_alloc) {
90 return ::operator new(size);
94 void* operator new[](std::size_t size, const std::nothrow_t& no)
96 return ::operator new(size, no);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
typeindex 55 operator==(const type_index& __rhs) const
59 operator!=(const type_index& __rhs) const
63 operator<(const type_index& __rhs) const
67 operator<=(const type_index& __rhs) const
71 operator>(const type_index& __rhs) const
75 operator>=(const type_index& __rhs) const
100 operator()(const type_index& __ti) const noexcept
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
typeindex 55 operator==(const type_index& __rhs) const
59 operator!=(const type_index& __rhs) const
63 operator<(const type_index& __rhs) const
67 operator<=(const type_index& __rhs) const
71 operator>(const type_index& __rhs) const
75 operator>=(const type_index& __rhs) const
100 operator()(const type_index& __ti) const noexcept
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libstdc++.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 62 operator==(const const_iterator& other) const
66 operator!=(const const_iterator& other) const
70 operator++()
79 operator++(int)
82 operator++();
87 operator->() const
94 operator*() const

Completed in 1731 milliseconds

<<21222324252627282930>>