Searched defs:operator (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dauto_array.hpp69 auto_array< T >& operator=(auto_array< T >&) throw();
70 auto_array< T >& operator=(auto_array_ref< T >) throw();
72 T& operator[](int) throw();
73 operator auto_array_ref< T >(void) throw();
143 auto_array< T >::operator=(auto_array< T >& ptr)
152 auto_array< T >::operator=(auto_array_ref< T > ref)
164 auto_array< T >::operator[](int pos)
171 auto_array< T >::operator auto_array_ref< T >(void)
H A Dauto_array_test.cpp59 void* operator new(size_t size ATF_DEFS_ATTRIBUTE_UNUSED)
65 void* operator new[](size_t size)
68 void* mem = ::operator new(size);
73 void operator delete(void* mem ATF_DEFS_ATTRIBUTE_UNUSED)
78 void operator delete[](void* mem)
84 ::operator delete(mem);
222 "assignment operator");
247 "assignment operator through the auxiliary auto_array_ref "
273 "operator");
H A Dfs.cpp221 impl::path::operator=(const path& p)
237 impl::path::operator==(const path& p)
244 impl::path::operator!=(const path& p)
251 impl::path::operator/(const std::string& p)
264 impl::path::operator/(const path& p)
278 impl::path::operator<(const path& p)
H A Dparser.cpp68 impl::parse_error::operator std::string(void)
150 impl::token::operator bool(void)
157 impl::token::operator!(void)
H A Dprocess.cpp141 impl::argv_array::operator[](int idx)
162 impl::argv_array::operator=(const argv_array& a)
H A Dapplication.cpp102 impl::option::operator<(const impl::option& o)
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.cpp81 impl::file_handle::operator=(const file_handle& fh)
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp569 bool operator()(const impl::tc* tc)

Completed in 19 milliseconds