Searched
defs:operator (Results
851 -
875 of
6351) sorted by null
<<31323334353637383940>>
/external/stlport/test/eh/ |
ThrowCompare.h | 25 bool operator()( const TestClass& a, const TestClass& b ) const { 33 inline bool operator()( const TestClass& a, const TestClass& b ) const { 40 inline EH_CSTD::size_t operator()( const TestClass& a ) const {
|
test_hash_resize.h | 30 void operator()( T& t ) const 45 void operator()( int ) const
|
test_push_back.h | 37 void operator()( C& c ) const
|
/external/stlport/test/unit/ |
unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } 16 bool operator()(int n_) const { return n_ >= 0; } 20 double operator()(double x_) const
|
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFSectionHeaderTable.h | 47 ELFSectionHeaderTy const *operator[](size_t i) const { 51 ELFSectionHeaderTy *operator[](size_t i) {
|
ELFSectionRelTable.h | 49 ELFRelocTy const *operator[](size_t index) const { 53 ELFRelocTy *operator[](size_t index) {
|
ELFSectionStrTab.h | 43 char const *operator[](size_t index) const {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/ |
all_of.pass.cpp | 23 bool operator()(const int& i) const
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/ |
any_of.pass.cpp | 23 bool operator()(const int& i) const
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/ |
none_of.pass.cpp | 23 bool operator()(const int& i) const
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/ |
compare.pass.cpp | 23 bool operator< (const Key&) const { return false; }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/ |
arrow.pass.cpp | 14 // const T* operator->() const; 26 std::istream& operator>>(std::istream& is, A& a)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/ |
ctor_default.pass.cpp | 25 friend bool operator==(const A& x, const A& y) {return x.data_ == y.data_;}
|
rethrow_if_nested.pass.cpp | 27 friend bool operator==(const A& x, const A& y) {return x.data_ == y.data_;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ |
eval.pass.cpp | 15 // result_type operator()(); 48 result_type operator()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
eval.pass.cpp | 15 // result_type operator()(); 48 result_type operator()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
nullptr.pass.cpp | 25 Deleter& operator=(Deleter&); 32 void operator()(void*) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/ |
get_deleter.pass.cpp | 21 void operator()(void*) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
move_convert13.fail.cpp | 27 void operator()(void*) {}
|
nullptr.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.observers/ |
get_deleter.pass.cpp | 21 void operator()(void*) {}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
const_first_const_second.pass.cpp | 25 bool operator==(const A& a) {return data_ == a.data_;}
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
variable.hpp | 102 void operator=( variable const& v ) { m_data = v.m_data; } 117 void operator=( V const& v ) 132 operator<<( std::basic_ostream<CharT,Tr>& os, variable<T> const& v ) 146 operator==( variable<T> ev, V const& v ) 155 operator==( V const& v, variable<T> ev ) 164 operator!=( variable<T> ev, V const& v ) 173 operator!=( V const& v, variable<T> ev )
|
/ndk/tests/device/test-gnustl-full/unit/ |
unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } 16 bool operator()(int n_) const { return n_ >= 0; } 20 double operator()(double x_) const
|
/ndk/tests/device/test-stlport/unit/ |
unary.h | 12 bool operator()(int n_) const { return(n_ % 2) == 1; } 16 bool operator()(int n_) const { return n_ >= 0; } 20 double operator()(double x_) const
|
Completed in 805 milliseconds
<<31323334353637383940>>