Home
last modified time | relevance | path

Searched refs:base_type (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Drgbmaskpixelformats.hxx110 SwapBytes> base_type; typedef
124 base_type::red_shift-8* in operator ()()
126 base_type::red_bits)) | in operator ()()
128 base_type::red_shift-8* in operator ()()
130 2*base_type::red_bits)), in operator ()()
172 SwapBytes> base_type; typedef
180 typename base_type::unsigned_pixel_type res( in operator ()()
182 base_type::red_shift-8* in operator ()()
184 base_type::red_bits) & RedMask) | in operator ()()
186 base_type::green_shift-8* in operator ()()
[all …]
H A Dcompositeiterator.hxx259 IteratorCategory> > base_type; typedef in basebmp::CompositeIterator1D
262 base_type() in CompositeIterator1D()
267 base_type( rIter1, rIter2 ) in CompositeIterator1D()
298 CompositeIterator2D<Iterator1, Iterator2> > base_type; typedef in basebmp::CompositeIterator2D
302 typename base_type::value_type,
304 typename base_type::iterator_category > row_iterator;
307 typename base_type::value_type,
309 typename base_type::iterator_category > column_iterator;
320 base_type(), in CompositeIterator2D()
326 base_type( rIter1, rIter2 ), in CompositeIterator2D()
[all …]
/trunk/main/connectivity/inc/connectivity/
H A Dsqlerror.hxx79 typedef ::boost::optional< ::rtl::OUString > base_type; typedef in connectivity::SQLError::ParamValue
82 ParamValue( ) : base_type( ) { } in ParamValue()
83 ParamValue( ::rtl::OUString const& val ) : base_type( val ) { } in ParamValue()
84 ParamValue( ParamValue const& rhs ) : base_type( (base_type const&)rhs ) { } in ParamValue()
86 bool is() const { return !base_type::operator!(); } in is()
/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx84 typedef ::boost::optional< T > base_type; typedef in dbaui::optional
87 optional ( ) : base_type( ) { } in optional()
88 explicit optional ( T const& val ) : base_type( val ) { } in optional()
89 optional ( optional const& rhs ) : base_type( (base_type const&)rhs ) { } in optional()
94 base_type::reset( rhs ); in operator =()
100 base_type::reset( rhs.get() ); in operator =()
102 base_type::reset(); in operator =()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx672 ::System::Type * base_type = (xBaseType.is() in get_type()
681 base_type ); in get_type()
689 entry->m_base_type = base_type; in get_type()
1210 ::System::Type * base_type = __try_cast< ::System::Type * >( in complete_struct_type()
1212 if (base_type->Equals( __typeof (::System::Exception) )) in complete_struct_type()
1220 ::System::String * base_type_name = base_type->get_FullName(); in complete_struct_type()
1230 base_type->GetFields( in complete_struct_type()

Completed in 38 milliseconds