Searched
defs:operator (Results
1276 -
1300 of
6351) sorted by null
<<51525354555657585960>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
make_heap_comp.pass.cpp | 26 bool operator()(const P& x, const P& y)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/ |
pop_heap_comp.pass.cpp | 26 bool operator()(const P& x, const P& y)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/ |
push_heap_comp.pass.cpp | 27 bool operator()(const P& x, const P& y)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
sort_heap_comp.pass.cpp | 26 bool operator()(const P& x, const P& y)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/ |
partial_sort_comp.pass.cpp | 28 bool operator()(const P& x, const P& y)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/ |
atomic_compare_exchange_strong.pass.cpp | 60 friend bool operator==(const A& x, const A& y)
|
atomic_compare_exchange_strong_explicit.pass.cpp | 67 friend bool operator==(const A& x, const A& y)
|
atomic_compare_exchange_weak.pass.cpp | 60 friend bool operator==(const A& x, const A& y)
|
atomic_compare_exchange_weak_explicit.pass.cpp | 67 friend bool operator==(const A& x, const A& y)
|
atomic_exchange.pass.cpp | 45 friend bool operator==(const A& x, const A& y)
|
atomic_exchange_explicit.pass.cpp | 47 friend bool operator==(const A& x, const A& y)
|
atomic_init.pass.cpp | 43 friend bool operator==(const A& x, const A& y)
|
atomic_load.pass.cpp | 43 friend bool operator==(const A& x, const A& y)
|
atomic_load_explicit.pass.cpp | 43 friend bool operator==(const A& x, const A& y)
|
atomic_store.pass.cpp | 43 friend bool operator==(const A& x, const A& y)
|
atomic_store_explicit.pass.cpp | 43 friend bool operator==(const A& x, const A& y)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/ |
move_assign.pass.cpp | 15 // basic_iostream& operator=(basic_iostream&& rhs); 36 test_iostream& operator=(test_iostream&& s) 37 {base::operator=(std::move(s)); return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/ |
move_assign.pass.cpp | 15 // basic_istream& operator=(basic_istream&& rhs); 36 test_istream& operator=(test_istream&& s) 37 {base::operator=(std::move(s)); return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/ |
move_assign.pass.cpp | 15 // basic_ostream& operator=(basic_ostream&& rhs); 36 test_ostream& operator=(test_ostream&& s) 37 {base::operator=(std::move(s)); return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/ |
op_arrow.pass.cpp | 14 // pointer operator->() const; 31 friend bool operator==(const A& x, const A& y) 50 reference operator*() {return it_;} 51 pointer operator->() {return &it_;} 53 weird_iterator& operator--() {return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/ |
assign.pass.cpp | 14 // nested_exception& operator=(const nested_exception&) throw() = default; 25 friend bool operator==(const A& x, const A& y) {return x.data_ == y.data_;}
|
ctor_copy.pass.cpp | 25 friend bool operator==(const A& x, const A& y) {return x.data_ == y.data_;}
|
rethrow_nested.pass.cpp | 26 friend bool operator==(const A& x, const A& y) {return x.data_ == y.data_;}
|
throw_with_nested.pass.cpp | 26 friend bool operator==(const A& x, const A& y) {return x.data_ == y.data_;} 36 friend bool operator==(const B& x, const B& y) {return x.data_ == y.data_;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/ |
dtor.pass.cpp | 22 void operator delete[](void* p) throw() 24 operator delete(p);
|
Completed in 945 milliseconds
<<51525354555657585960>>