Home
last modified time | relevance | path

Searched refs:self_type (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
Dbasic_cstring.hpp40 typedef basic_cstring<CharT> self_type; typedef in boost::unit_test::basic_cstring
90 self_type& trim_right( size_type trim_size );
91 self_type& trim_left( size_type trim_size );
92 self_type& trim_right( iterator it );
93 self_type& trim_left( iterator it );
95 self_type& trim_left( self_type exclusions = self_type() ) ;
96 self_type& trim_right( self_type exclusions = self_type() ) ;
97 self_type& trim( self_type exclusions = self_type() ) ;
100 self_type& trim_left( self_type exclusions ) ;
101 self_type& trim_right( self_type exclusions ) ;
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dmock_object.hpp68 self_type const& operator op() const \
139 typedef mock_object<i,Base> self_type; typedef in boost::itest::mock_object
207 self_type const& operator =( mock_object const& ) const in operator =()
213 self_type const& operator =( T const& ) const in operator =()
228 self_type const& operator ++(int) const in operator ++()
232 self_type const& operator --(int) const in operator --()
245 self_type const& operator ()() const in operator ()()
250 self_type const& operator ()( T1 const& arg1 ) const in operator ()()
255 self_type const& operator ()( T1 const&, T2 const& ) const in operator ()()
260 self_type const& operator ()( T1 const&, T2 const&, T3 const& ) const in operator ()()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dis_member_function_pointer.hpp72 typedef result_<T> self_type;
76 1 == sizeof(::boost::type_traits::is_mem_fun_pointer_tester(self_type::make_t))
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dnamed_params.hpp123 typedef named_parameter_combine<NP,Rest> self_type; typedef
145 named_parameter_combine<NP,self_type> operator,( NP const& np ) const in operator ,()
146 { return named_parameter_combine<NP,self_type>( np, *this ); } in operator ,()