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

<<51525354555657585960>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
assign_copy.fail.cpp 14 // packaged_task& operator=(packaged_task&) = delete;
26 long operator()(long i, long j) const {return data_ + i + j;}
assign_move.pass.cpp 14 // packaged_task& operator=(packaged_task&& other);
26 long operator()(long i, long j) const {return data_ + i + j;}
ctor_copy.fail.cpp 26 long operator()(long i, long j) const {return data_ + i + j;}
ctor_func.pass.cpp 32 long operator()(long i, long j) const {return data_ + i + j;}
ctor_func_alloc.pass.cpp 34 long operator()(long i, long j) const {return data_ + i + j;}
ctor_move.pass.cpp 26 long operator()(long i, long j) const {return data_ + i + j;}
get_future.pass.cpp 26 long operator()(long i, long j) const {return data_ + i + j;}
reset.pass.cpp 26 long operator()(long i, long j) const
swap.pass.cpp 26 long operator()(long i, long j) const {return data_ + i + j;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/
swap.pass.cpp 28 long operator()(long i, long j) const {return data_ + i + j;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp 38 int operator()() {return 4;}
39 int operator()() const {return 5;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke_int_0.pass.cpp 14 // R operator()(ArgTypes... args) const
30 int operator()() {return 4;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 32 void operator&() const {}
construct.pass.cpp 22 void* operator new(std::size_t s) throw(std::bad_alloc)
29 void operator delete(void* p) throw()
57 move_only& operator=(const move_only&);
60 move_only& operator=(move_only&);
67 move_only& operator=(move_only&&) {return *this;}
69 operator std::__rv<move_only> () {return std::__rv<move_only>(*this);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
null_ctor.pass.cpp 24 Deleter& operator=(Deleter&);
31 void operator()(void*) {++state_;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
default01.pass.cpp 26 Deleter& operator=(Deleter&);
33 void operator()(void*) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/
move_convert13.fail.cpp 27 void operator()(void*) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
default01.pass.cpp 25 Deleter& operator=(Deleter&);
32 void operator()(void*) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/
null.pass.cpp 24 Deleter& operator=(Deleter&);
31 void operator()(void*) {++state_;}
  /ndk/sources/cxx-stl/stlport/src/
aligned_buffer.h 11 T* operator&() {
15 T const* operator&() const {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 32 // The C++ standard does not define the precise semantics of operator[].
33 // In this implementation the const version of operator[] is equivalent
382 reference& operator=(bool __x) {
392 reference& operator=(const reference& __j) {
402 bool operator~() const { return (*(_M_wp) & _Bitset_base::_S_maskbit(_M_bpos)) == 0; }
405 operator bool() const { return (*(_M_wp) & _Bitset_base::_S_maskbit(_M_bpos)) != 0; }
450 bitset<_Nb>& operator&=(const bitset<_Nb>& __rhs) {
455 bitset<_Nb>& operator|=(const bitset<_Nb>& __rhs) {
460 bitset<_Nb>& operator^=(const bitset<_Nb>& __rhs) {
465 bitset<_Nb>& operator<<=(size_t __pos)
    [all...]
_carray.h 48 _Tp& operator [] (size_t __i) {
_ctraits_fns.h 37 bool operator()(const typename _Traits::char_type& __x,
47 bool operator()(const typename _Traits::char_type& __x) const
57 bool operator()(const typename _Traits::char_type& __x) const
67 bool operator()(const typename _Traits::char_type& __x) const
77 bool operator()(const typename _Traits::char_type& __x,
_istreambuf_iterator.h 40 // We do not read any characters until operator* is called. operator* calls sgetc
42 // used. Calls to operator++ use sbumpc.
66 char_type operator*() const { this->_M_getc(); return _M_c; }
67 istreambuf_iterator<_CharT, _Traits>& operator++() {
72 istreambuf_iterator<_CharT, _Traits> operator++(int);
110 inline bool _STLP_CALL operator==(const istreambuf_iterator<_CharT, _Traits>& __x,
118 inline bool _STLP_CALL operator!=(const istreambuf_iterator<_CharT, _Traits>& __x,
144 istreambuf_iterator<_CharT, _Traits>::operator++(int) {
146 // underlined buffer---during call of operator *()
    [all...]
_locale.h 95 void operator=(const facet&);
143 const locale& operator=(const locale&) _STLP_NOTHROW;
166 bool operator==(const locale&) const;
167 bool operator!=(const locale&) const;
170 bool operator()(const string& __x, const string& __y) const;
172 bool operator()(const wstring& __x, const wstring& __y) const;
176 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x,
246 const locale& operator=(const locale& __loc) _STLP_NOTHROW {
247 _Locale::operator=(__loc);
261 bool operator==(const locale& __loc) const { return _Locale::operator==(__loc);
    [all...]

Completed in 801 milliseconds

<<51525354555657585960>>