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

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dauto_array.hpp65 auto_array< T >& operator=(auto_array< T >&) throw();
66 auto_array< T >& operator=(auto_array_ref< T >) throw();
68 T& operator[](int) throw();
69 operator auto_array_ref< T >(void) throw();
139 auto_array< T >::operator=(auto_array< T >& ptr)
148 auto_array< T >::operator=(auto_array_ref< T > ref)
160 auto_array< T >::operator[](int pos)
167 auto_array< T >::operator auto_array_ref< T >(void)
H A Dauto_array_test.cpp57 void* operator new(size_t size ATF_DEFS_ATTRIBUTE_UNUSED)
63 void* operator new[](size_t size)
66 void* mem = ::operator new(size);
71 void operator delete(void* mem ATF_DEFS_ATTRIBUTE_UNUSED)
76 void operator delete[](void* mem)
82 ::operator delete(mem);
220 "assignment operator");
245 "assignment operator through the auxiliary auto_array_ref "
271 "operator");
H A Dfs.cpp217 impl::path::operator=(const path& p)
233 impl::path::operator==(const path& p)
240 impl::path::operator!=(const path& p)
247 impl::path::operator/(const std::string& p)
260 impl::path::operator/(const path& p)
274 impl::path::operator<(const path& p)
H A Dprocess.cpp137 impl::argv_array::operator[](int idx)
158 impl::argv_array::operator=(const argv_array& a)
H A Dapplication.cpp98 impl::option::operator<(const impl::option& o)
/bind-9.11.3/unit/atf-src/tools/
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.cpp58 void* operator new(size_t size ATF_DEFS_ATTRIBUTE_UNUSED)
64 void* operator new[](size_t size)
67 void* mem = ::operator new(size);
72 void operator delete(void* mem ATF_DEFS_ATTRIBUTE_UNUSED)
77 void operator delete[](void* mem)
83 ::operator delete(mem);
221 "assignment operator");
246 "assignment operator through the auxiliary auto_array_ref "
272 "operator");
H A Dparser.cpp68 impl::parse_error::operator std::string(void)
150 impl::token::operator bool(void)
157 impl::token::operator!(void)
H A Dfs.cpp395 impl::path::operator==(const path& p)
402 impl::path::operator!=(const path& p)
409 impl::path::operator/(const std::string& p)
416 impl::path::operator/(const path& p)
423 impl::path::operator<(const path& p)
H A Dprocess.cpp186 impl::argv_array::operator[](int idx)
207 impl::argv_array::operator=(const argv_array& a)
H A Dapplication.cpp99 impl::option::operator<(const impl::option& o)
H A Dio.cpp76 impl::file_handle::operator=(const file_handle& fh)

Completed in 23 milliseconds