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

<<31323334353637383940>>

  /external/webrtc/src/system_wrappers/interface/
scoped_refptr.h 51 // object, simply use the assignment operator:
89 operator T*() const { return ptr_; }
90 T* operator->() const { return ptr_; }
103 scoped_refptr<T>& operator=(T* p) {
113 scoped_refptr<T>& operator=(const scoped_refptr<T>& r) {
118 scoped_refptr<T>& operator=(const scoped_refptr<U>& r) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F.pass.cpp 23 void* operator new(std::size_t s) throw(std::bad_alloc)
29 void operator delete(void* p) throw()
52 int operator()(int i) const
F_assign.pass.cpp 17 // operator=(F f);
26 void* operator new(std::size_t s) throw(std::bad_alloc)
32 void operator delete(void* p) throw()
55 int operator()(int i) const
alloc_function.pass.cpp 25 void* operator new(std::size_t s) throw(std::bad_alloc)
31 void operator delete(void* p) throw()
54 int operator()(int i) const
alloc_rfunction.pass.cpp 23 void* operator new(std::size_t s) throw(std::bad_alloc)
29 void operator delete(void* p) throw()
52 int operator()(int i) const
copy.pass.cpp 23 void* operator new(std::size_t s) throw(std::bad_alloc)
29 void operator delete(void* p) throw()
52 int operator()(int i) const
copy_assign.pass.cpp 14 // function& operator=(const function& f);
23 void* operator new(std::size_t s) throw(std::bad_alloc)
29 void operator delete(void* p) throw()
52 int operator()(int i) const
nullptr_t_assign.pass.cpp 14 // function& operator=(nullptr_t);
23 void* operator new(std::size_t s) throw(std::bad_alloc)
29 void operator delete(void* p) throw()
52 int operator()(int i) const
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
pointer_deleter01.pass.cpp 38 Deleter& operator=(const Deleter&);
41 Deleter& operator=(Deleter&);
47 Deleter& operator=(Deleter&& r)
54 operator std::__rv<Deleter>() {return std::__rv<Deleter>(*this);}
56 Deleter& operator=(std::__rv<Deleter> r)
86 void operator()(T* p) {delete p;}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 54 raw_storage_iterator<_ForwardIterator, _Tp>& operator*() { return *this; }
55 raw_storage_iterator<_ForwardIterator, _Tp>& operator=(const _Tp& __element) {
59 raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
63 raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
predicate_result.hpp 57 bool operator!() const { return !p_predicate_value; }
58 void operator=( bool pv_ ) { p_predicate_value.value = pv_; }
59 operator safe_bool() const { return !!p_predicate_value ? &dummy::nonnull : 0; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unordered_map.h 100 operator=(initializer_list<value_type> __l)
172 operator=(initializer_list<value_type> __l)
201 operator==(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
210 operator!=(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
219 operator==(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
228 operator!=(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
294 operator=(initializer_list<value_type> __l)
362 operator=(initializer_list<value_type> __l)
384 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
390 operator!=(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x
    [all...]
unordered_set.h 100 operator=(initializer_list<value_type> __l)
170 operator=(initializer_list<value_type> __l)
197 operator==(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
206 operator!=(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
215 operator==(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
224 operator!=(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
287 operator=(initializer_list<value_type> __l)
353 operator=(initializer_list<value_type> __l)
375 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
381 operator!=(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unordered_map.h 100 operator=(initializer_list<value_type> __l)
172 operator=(initializer_list<value_type> __l)
201 operator==(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
210 operator!=(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
219 operator==(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
228 operator!=(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
294 operator=(initializer_list<value_type> __l)
362 operator=(initializer_list<value_type> __l)
384 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
390 operator!=(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x
    [all...]
unordered_set.h 100 operator=(initializer_list<value_type> __l)
170 operator=(initializer_list<value_type> __l)
197 operator==(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
206 operator!=(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
215 operator==(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
224 operator!=(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
287 operator=(initializer_list<value_type> __l)
353 operator=(initializer_list<value_type> __l)
375 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
381 operator!=(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 54 raw_storage_iterator<_ForwardIterator, _Tp>& operator*() { return *this; }
55 raw_storage_iterator<_ForwardIterator, _Tp>& operator=(const _Tp& __element) {
59 raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
63 raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 54 raw_storage_iterator<_ForwardIterator, _Tp>& operator*() { return *this; }
55 raw_storage_iterator<_ForwardIterator, _Tp>& operator=(const _Tp& __element) {
59 raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
63 raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 54 raw_storage_iterator<_ForwardIterator, _Tp>& operator*() { return *this; }
55 raw_storage_iterator<_ForwardIterator, _Tp>& operator=(const _Tp& __element) {
59 raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
63 raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_map.h 100 operator=(initializer_list<value_type> __l)
172 operator=(initializer_list<value_type> __l)
201 operator==(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
210 operator!=(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
219 operator==(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
228 operator!=(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
294 operator=(initializer_list<value_type> __l)
362 operator=(initializer_list<value_type> __l)
384 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
390 operator!=(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x
    [all...]
unordered_set.h 100 operator=(initializer_list<value_type> __l)
170 operator=(initializer_list<value_type> __l)
197 operator==(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
206 operator!=(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
215 operator==(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
224 operator!=(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
287 operator=(initializer_list<value_type> __l)
353 operator=(initializer_list<value_type> __l)
375 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
381 operator!=(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 103 operator=(initializer_list<value_type> __l)
178 operator=(initializer_list<value_type> __l)
207 operator==(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
216 operator!=(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
225 operator==(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
234 operator!=(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
300 operator=(initializer_list<value_type> __l)
368 operator=(initializer_list<value_type> __l)
390 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
396 operator!=(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 54 raw_storage_iterator<_ForwardIterator, _Tp>& operator*() { return *this; }
55 raw_storage_iterator<_ForwardIterator, _Tp>& operator=(const _Tp& __element) {
59 raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
63 raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_raw_storage_iter.h 54 raw_storage_iterator<_ForwardIterator, _Tp>& operator*() { return *this; }
55 raw_storage_iterator<_ForwardIterator, _Tp>& operator=(const _Tp& __element) {
59 raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
63 raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_map.h 100 operator=(initializer_list<value_type> __l)
172 operator=(initializer_list<value_type> __l)
201 operator==(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
210 operator!=(const __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc,
219 operator==(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
228 operator!=(const __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc,
294 operator=(initializer_list<value_type> __l)
362 operator=(initializer_list<value_type> __l)
384 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
390 operator!=(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x
    [all...]
unordered_set.h 100 operator=(initializer_list<value_type> __l)
170 operator=(initializer_list<value_type> __l)
197 operator==(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
206 operator!=(const __unordered_set<_Value, _Hash, _Pred, _Alloc,
215 operator==(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
224 operator!=(const __unordered_multiset<_Value, _Hash, _Pred, _Alloc,
287 operator=(initializer_list<value_type> __l)
353 operator=(initializer_list<value_type> __l)
375 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
381 operator!=(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x
    [all...]

Completed in 577 milliseconds

<<31323334353637383940>>