HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 1951 - 1975 of 6015) sorted by null

<<71727374757677787980>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 37 #include <new> // For operator new.
65 * 3. No Allocator template argument. Uses ::operator new() to get
66 * memory, and ::operator delete() to free it.
74 __mini_vector& operator=(const __mini_vector&);
96 { return static_cast<pointer>(::operator new(__n * sizeof(_Tp))); }
100 { ::operator delete(__p); }
105 // begin(), end(), back(), operator[].
139 operator[](const size_type __pos) const throw()
318 operator()(_Block_pair __bp) const throw()
344 operator()(argument_type __arg)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 125 operator*() const
172 operator==(const this_type& other) const
187 operator!=(const this_type& other) const
188 { return !operator==(other); }
249 operator*() const
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 37 #include <new> // For operator new.
65 * 3. No Allocator template argument. Uses ::operator new() to get
66 * memory, and ::operator delete() to free it.
74 __mini_vector& operator=(const __mini_vector&);
96 { return static_cast<pointer>(::operator new(__n * sizeof(_Tp))); }
100 { ::operator delete(__p); }
105 // begin(), end(), back(), operator[].
139 operator[](const size_type __pos) const throw()
318 operator()(_Block_pair __bp) const throw()
344 operator()(argument_type __arg)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 125 operator*() const
172 operator==(const this_type& other) const
187 operator!=(const this_type& other) const
188 { return !operator==(other); }
249 operator*() const
  /external/gtest/include/gtest/internal/
gtest-param-util.h 106 // Used for implementing ParamGenerator<T>::operator*().
110 // Used for implementing ParamGenerator<T>::operator==().
126 ParamIterator& operator=(const ParamIterator& other) {
132 const T& operator*() const { return *impl_->Current(); }
133 const T* operator->() const { return impl_->Current(); }
134 // Prefix version of operator++.
135 ParamIterator& operator++() {
139 // Postfix version of operator++.
140 ParamIterator operator++(int /*unused*/) {
145 bool operator==(const ParamIterator& other) const
    [all...]
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 91 // define an operator<< for tuples, as that definition needs to be in
152 // assignment operator (as opposed to a copy constructor) matches
158 << "created with the assignment operator.\n";
168 << "created with the assignment operator.\n";
205 // Verifies that prefix operator++() returns *this.
206 EXPECT_EQ(&it, &(++it)) << "Result of the prefix operator++ must be "
209 // Verifies that the result of the postfix operator++ points to the value
215 // Verifies that prefix and postfix operator++() advance an iterator
264 // copy constructor, operator=(), operator+(), and operator<()
    [all...]
  /external/icu4c/i18n/unicode/
tzrule.h 55 virtual UBool operator==(const TimeZoneRule& that) const;
64 virtual UBool operator!=(const TimeZoneRule& that) const;
180 * Assignment operator.
184 TimeZoneRule& operator=(const TimeZoneRule& right);
233 * Assignment operator.
237 InitialTimeZoneRule& operator=(const InitialTimeZoneRule& right);
246 virtual UBool operator==(const TimeZoneRule& that) const;
255 virtual UBool operator!=(const TimeZoneRule& that) const;
358 * compilers support genuine RTTI. Polymorphic operator==() and clone()
444 * Assignment operator
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_multimap.h 115 bool operator()(const value_type& __x, const value_type& __y) const
241 * @brief %Multimap assignment operator.
248 operator=(const multimap& __x)
256 * @brief %Multimap move assignment operator.
263 operator=(multimap&& __x)
272 * @brief %Multimap list assignment operator.
283 operator=(initializer_list<value_type> __l)
707 operator==(const multimap<_K1, _T1, _C1, _A1>&,
712 operator<(const multimap<_K1, _T1, _C1, _A1>&,
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multimap.h 115 bool operator()(const value_type& __x, const value_type& __y) const
241 * @brief %Multimap assignment operator.
248 operator=(const multimap& __x)
256 * @brief %Multimap move assignment operator.
263 operator=(multimap&& __x)
272 * @brief %Multimap list assignment operator.
283 operator=(initializer_list<value_type> __l)
707 operator==(const multimap<_K1, _T1, _C1, _A1>&,
712 operator<(const multimap<_K1, _T1, _C1, _A1>&,
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multimap.h 115 bool operator()(const value_type& __x, const value_type& __y) const
241 * @brief %Multimap assignment operator.
248 operator=(const multimap& __x)
256 * @brief %Multimap move assignment operator.
263 operator=(multimap&& __x)
272 * @brief %Multimap list assignment operator.
283 operator=(initializer_list<value_type> __l)
707 operator==(const multimap<_K1, _T1, _C1, _A1>&,
712 operator<(const multimap<_K1, _T1, _C1, _A1>&,
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 61 void operator=(const TypeName&)
445 // operator* and operator-> will assert() if there is no current object.
446 C& operator*() const {
450 C* operator->() const {
459 bool operator==(C* p) const { return ptr_ == p; }
460 bool operator!=(C* p) const { return ptr_ != p; }
486 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const;
487 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const;
491 void operator=(const scoped_ptr&)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 86 inline bool operator==(const SVal& R) const {
90 inline bool operator!=(const SVal& R) const {
152 symbol_iterator &operator++();
153 SymbolRef operator*();
155 bool operator==(const symbol_iterator &X) const;
156 bool operator!=(const symbol_iterator &X) const;
462 inline bool operator==(const MemRegionVal& R) const {
466 inline bool operator!=(const MemRegionVal& R) const {
532 static inline raw_ostream &operator<<(raw_ostream &os,
  /external/clang/lib/AST/
DeclarationName.cpp 48 /// overloaded operator in C++, such as "operator+.
51 /// FETokenInfo - Extra information associated with this operator
251 assert(OpName && "not an overloaded operator");
253 OS << "operator";
261 OS << "operator \"\" " << getCXXLiteralIdentifier()->getName();
265 OS << "operator ";
389 // Initialize the overloaded operator names.
582 OS << "operator ";
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/icu4c/common/
uvector.h 131 UBool operator==(const UVector& other);
134 * Equivalent to !operator==()
136 inline UBool operator!=(const UVector& other);
213 void* operator[](int32_t index) const;
283 UVector& operator=(const UVector&);
354 UStack& operator=(const UStack&);
388 inline void* UVector::operator[](int32_t index) const {
392 inline UBool UVector::operator!=(const UVector& other) {
393 return !operator==(other);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 106 inline SDNode *operator->() const { return Node; }
108 bool operator==(const SDValue &O) const {
111 bool operator!=(const SDValue &O) const {
112 return !operator==(O);
114 bool operator<(const SDValue &O) const {
215 void operator=(const SDUse &U); // Do not implement
221 operator const SDValue&() const { return Val; }
240 /// operator== - Convenience function for get().operator==
241 bool operator==(const SDValue &V) const
    [all...]
  /external/llvm/include/llvm/Support/
PathV2.h 65 reference operator*() const { return Component; }
66 pointer operator->() const { return &Component; }
67 const_iterator &operator++(); // preincrement
68 const_iterator &operator++(int); // postincrement
69 const_iterator &operator--(); // predecrement
70 const_iterator &operator--(int); // postdecrement
71 bool operator==(const const_iterator &RHS) const;
72 bool operator!=(const const_iterator &RHS) const;
75 ptrdiff_t operator-(const const_iterator &RHS) const;
  /external/llvm/include/llvm/TableGen/
Record.h 127 inline raw_ostream &operator<<(raw_ostream &OS, const RecTy &Ty) {
491 Init &operator=(const Init &); // Do not define.
525 /// selection operator. Given an initializer, it selects the specified bits
527 /// the bit subscript operator on this initializer, return null.
535 /// selection operator. Given an initializer, it selects the specified list
569 inline raw_ostream &operator<<(raw_ostream &OS, const Init &I) {
580 TypedInit &operator=(const TypedInit &Other); // Do not define.
619 UnsetInit &operator=(const UnsetInit &Other); // Do not define.
640 BitInit &operator=(BitInit &Other); // Do not define.
663 BitsInit &operator=(const BitsInit &Other); // Do not define
    [all...]
  /external/stlport/stlport/stl/
_hash_map.h 200 _Tp& operator[](const _KT& __key) {
457 operator=(const typename _Container::value_type& __val) {
461 insert_iterator<_Container>& operator*() { return *this; }
462 insert_iterator<_Container>& operator++() { return *this; }
463 insert_iterator<_Container>& operator++(int) { return *this; }
484 operator=(const typename _Container::value_type& __val) {
488 insert_iterator<_Container>& operator*() { return *this; }
489 insert_iterator<_Container>& operator++() { return *this; }
490 insert_iterator<_Container>& operator++(int) { return *this; }
  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.cpp 87 QWebHistoryItem &QWebHistoryItem::operator=(const QWebHistoryItem &other)
238 QWebHistory's state can be saved to a QDataStream using the >> operator and loaded
239 by using the << operator.
486 \fn QDataStream& operator<<(QDataStream& stream, const QWebHistory& history)
489 \brief The operator<< function streams a history into a data stream.
494 QDataStream& operator<<(QDataStream& target, const QWebHistory& history)
511 \fn QDataStream& operator>>(QDataStream& stream, QWebHistory& history)
515 \brief The operator>> function loads a history from a data stream.
520 QDataStream& operator>>(QDataStream& source, QWebHistory& history)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 200 _Tp& operator[](const _KT& __key) {
457 operator=(const typename _Container::value_type& __val) {
461 insert_iterator<_Container>& operator*() { return *this; }
462 insert_iterator<_Container>& operator++() { return *this; }
463 insert_iterator<_Container>& operator++(int) { return *this; }
484 operator=(const typename _Container::value_type& __val) {
488 insert_iterator<_Container>& operator*() { return *this; }
489 insert_iterator<_Container>& operator++() { return *this; }
490 insert_iterator<_Container>& operator++(int) { return *this; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
list 103 operator=(const list& __x)
112 operator=(list&& __x)
121 operator=(initializer_list<value_type> __l)
599 operator==(const list<_Tp, _Alloc>& __lhs,
605 operator!=(const list<_Tp, _Alloc>& __lhs,
611 operator<(const list<_Tp, _Alloc>& __lhs,
617 operator<=(const list<_Tp, _Alloc>& __lhs,
623 operator>=(const list<_Tp, _Alloc>& __lhs,
629 operator>(const list<_Tp, _Alloc>& __lhs,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
typelist.h 144 operator()(Fn& f)
146 f.operator()(Hd());
156 operator()(Fn&) { }
166 operator()(Gn& g)
168 g.template operator()<Hd>();
178 operator()(Gn&) { }
188 operator()(Gn& g)
190 g.template operator()<Hd1, Hd2>();
200 operator()(Gn&) { }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
mutex 83 mutex& operator=(const mutex&) = delete;
135 recursive_mutex& operator=(const recursive_mutex&) = delete;
193 timed_mutex& operator=(const timed_mutex&) = delete;
298 recursive_timed_mutex& operator=(const recursive_timed_mutex&) = delete;
420 lock_guard& operator=(const lock_guard&) = delete;
477 unique_lock& operator=(const unique_lock&) = delete;
486 unique_lock& operator=(unique_lock&& __u)
589 /* explicit */ operator bool () const
712 once_flag& operator=(const once_flag&) = delete;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
list 103 operator=(const list& __x)
112 operator=(list&& __x)
121 operator=(initializer_list<value_type> __l)
599 operator==(const list<_Tp, _Alloc>& __lhs,
605 operator!=(const list<_Tp, _Alloc>& __lhs,
611 operator<(const list<_Tp, _Alloc>& __lhs,
617 operator<=(const list<_Tp, _Alloc>& __lhs,
623 operator>=(const list<_Tp, _Alloc>& __lhs,
629 operator>(const list<_Tp, _Alloc>& __lhs,

Completed in 1175 milliseconds

<<71727374757677787980>>