| /trunk/main/basebmp/inc/basebmp/ |
| H A D | packedpixeliterator.hxx | 40 template< typename value_type, 44 inline value_type get_mask( difference_type d ) in get_mask() 47 BOOST_STATIC_ASSERT(sizeof(value_type)*8 % bits_per_pixel == 0); in get_mask() 48 BOOST_STATIC_ASSERT(sizeof(value_type)*8 / bits_per_pixel > 1); in get_mask() 49 BOOST_STATIC_ASSERT(vigra::TypeTraits<value_type>::isPOD::asBool); in get_mask() 51 const unsigned int nIntraWordPositions( sizeof(value_type)*8 / bits_per_pixel ); in get_mask() 72 typedef Valuetype value_type; typedef in basebmp::PackedPixelColumnIterator 76 typedef typename remove_const<value_type>::type mask_type; 77 typedef value_type* pointer; 78 typedef StridedArrayIterator< value_type > MoveY; [all …]
|
| H A D | accessoradapters.hxx | 53 typedef typename GetterFunctor::result_type value_type; typedef in basebmp::UnaryFunctionAccessorAdapter 105 value_type getter(typename GetterFunctor::argument_type v) const in getter() 117 value_type operator()(Iterator const& i) const in operator ()() 123 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()() 171 typedef typename WrappedAccessor::value_type value_type; typedef in basebmp::BinarySetterFunctionAccessorAdapter 225 value_type operator()(Iterator const& i) const in operator ()() 231 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()() 287 typedef typename WrappedAccessor1::value_type value_type; typedef in basebmp::TernarySetterFunctionAccessorAdapter 361 value_type operator()(Iterator const& i) const in operator ()() 367 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()() [all …]
|
| H A D | paletteimageaccessor.hxx | 51 typedef typename Accessor::value_type data_type; 52 typedef ColorType value_type; typedef in basebmp::PaletteImageAccessor 61 const value_type* mpPalette; 78 PaletteImageAccessor( const value_type* pPalette, in PaletteImageAccessor() 86 const value_type* pPalette, in PaletteImageAccessor() 100 data_type lookup(value_type const& v) const in lookup() 103 const value_type* best_entry; in lookup() 104 const value_type* palette_end( mpPalette+mnNumEntries ); in lookup() 108 const value_type* curr_entry( mpPalette ); in lookup() 112 if( ColorTraits<value_type>::distance(*curr_entry, in lookup() [all …]
|
| H A D | pixeliterator.hxx | 39 typedef Valuetype value_type; typedef in basebmp::PixelColumnIterator 46 typedef StridedArrayIterator< value_type > MoveY; 161 value_type get() const in get() 166 value_type get(difference_type d) const in get() 171 void set( value_type v ) const in set() 176 void set( value_type v, difference_type d ) const in set() 205 typedef Valuetype value_type; typedef in basebmp::PixelIterator 212 typedef PixelColumnIterator<value_type> column_iterator; 215 typedef StridedArrayIterator< value_type > MoveY; 303 value_type get() const in get() [all …]
|
| H A D | truecolormaskaccessor.hxx | 82 typedef typename Accessor::value_type data_type; 83 typedef ColorType value_type; typedef in basebmp::TrueColorMaskAccessor 134 value_type toValue( unsigned_data_type v ) const in toValue() 142 value_type res( (shiftRight(red, in toValue() 159 data_type toPacked( value_type v ) const in toPacked() 179 value_type operator()(Iterator const& i) const in operator ()() 186 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()() 199 vigra::detail::RequiresExplicitCast<value_type>::cast( in set() 209 vigra::detail::RequiresExplicitCast<value_type>::cast( in set() 223 typename Accessor::value_type v ) in operator ()() [all …]
|
| H A D | accessor.hxx | 40 typedef ValueType value_type; typedef in basebmp::StandardAccessor 45 value_type operator()(Iterator const& i) const in operator ()() 51 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()() 61 *i = vigra::detail::RequiresExplicitCast<value_type>::cast(value); in set() 67 i[diff] = vigra::detail::RequiresExplicitCast<value_type>::cast(value); in set() 81 typedef ValueType value_type; typedef in basebmp::NonStandardAccessor 86 value_type operator()(Iterator const& i) const in operator ()() 92 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()() 102 i.set( vigra::detail::RequiresExplicitCast<value_type>::cast(value) ); in set() 108 i.set( vigra::detail::RequiresExplicitCast<value_type>::cast(value), in set()
|
| H A D | compositeiterator.hxx | 92 typedef ValueType value_type; typedef in basebmp::detail::CompositeIteratorBase 191 value_type get() const in get() 193 return value_type(maIter1.get(), in get() 197 value_type get(difference_type const & d) const in get() 199 return value_type(maIter1.get(d), in get() 203 void set( value_type v ) const in set() 209 void set( value_type v, difference_type const & d ) const in set() 285 … typename vigra::IteratorTraits<Iterator1>::value_type, 286 … typename vigra::IteratorTraits<Iterator2>::value_type >, 294 … typename vigra::IteratorTraits<Iterator1>::value_type, [all …]
|
| H A D | colorblendaccessoradapter.hxx | 48 typedef AlphaType value_type; typedef in basebmp::ConstantColorBlendSetterAccessorAdapter 49 typedef typename WrappedAccessor::value_type color_type; 56 value_type maGetterValue; 83 value_type val ) : in ConstantColorBlendSetterAccessorAdapter() 94 void setGetterValue( value_type val ) { maGetterValue=val; } in setGetterValue() 95 value_type getGetterValue() { return maGetterValue; } in getGetterValue() 105 template< typename IteratorType > value_type operator()(IteratorType const& ) const in operator ()() 111 value_type operator()(IteratorType const& , Difference const& ) const in operator ()()
|
| H A D | accessortraits.hxx | 69 typename Accessor::value_type, 70 typename MaskAccessor::value_type, 86 typedef typename Accessor::value_type value_type; typedef 89 typedef std::project2nd< Accessor, value_type > color_lookup; 97 XorFunctor< value_type > > xor_accessor;
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | DbAdminImpl.cxx | 163 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_CONNECTURL, PROPERTY_URL)); in ODbDataSourceAdministrationHelper() 164 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_NAME, PROPERTY_NAME)); in ODbDataSourceAdministrationHelper() 165 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_USER, PROPERTY_USER)); in ODbDataSourceAdministrationHelper() 166 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_PASSWORD, PROPERTY_PASSWORD)); in ODbDataSourceAdministrationHelper() 167 …m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_PASSWORDREQUIRED, PROPERTY_ISPASSWOR… in ODbDataSourceAdministrationHelper() 168 … m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_TABLEFILTER, PROPERTY_TABLEFILTER)); in ODbDataSourceAdministrationHelper() 169 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_READONLY, PROPERTY_ISREADONLY)); in ODbDataSourceAdministrationHelper() 170 …m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_SUPPRESSVERSIONCL, PROPERTY_SUPPRESS… in ODbDataSourceAdministrationHelper() 173 …m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_JDBCDRIVERCLASS, INFO_JDBCDRIVERCL… in ODbDataSourceAdministrationHelper() 174 …m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_TEXTFILEEXTENSION, INFO_TEXTFILEEX… in ODbDataSourceAdministrationHelper() [all …]
|
| /trunk/main/basebmp/test/ |
| H A D | bmpdemo.cxx | 94 typename DestIterator::value_type fillColor_; 95 typename DestIterator::value_type clearColor_; 101 typename DestIterator::value_type fillColor, in Renderer() 102 typename DestIterator::value_type clearColor, in Renderer() 145 typename DestIterator::value_type fillColor, in makeRenderer() 146 typename DestIterator::value_type clearColor, in makeRenderer() 271 typedef Valuetype value_type; typedef in __anon223325130111::PackedPixelColumnIterator 413 value_type get() const in get() 420 value_type get(difference_type d) const in get() 427 void set( value_type v ) const in set() [all …]
|
| /trunk/main/salhelper/inc/salhelper/ |
| H A D | future.hxx | 43 template<class value_type> 48 value_type m_aValue; 52 SALHELPER_COPYCTOR_API(FutureValue<value_type>); 55 inline FutureValue (const value_type& value = value_type()) SAL_THROW(()) 69 inline void set (const value_type& value) SAL_THROW(()) in set() 75 inline value_type& get() SAL_THROW(()) in get() 84 template<class value_type> 89 FutureValue<value_type> m_aValue; 93 SALHELPER_COPYCTOR_API(Future<value_type>); 96 inline Future (const value_type& value = value_type()) SAL_THROW(()) [all …]
|
| /trunk/main/oox/inc/oox/helper/ |
| H A D | containerhelper.hxx | 102 typedef typename container_type::value_type value_type; typedef in oox::Matrix 264 static const typename VectorType::value_type* 270 static typename VectorType::value_type* 276 static const typename VectorType::value_type& 277 …nt( const VectorType& rVector, sal_Int32 nIndex, const typename VectorType::value_type& rDefault ); 282 static typename VectorType::value_type& 283 …rElementAccess( VectorType& rVector, sal_Int32 nIndex, typename VectorType::value_type& rDefault ); 319 static ::com::sun::star::uno::Sequence< typename VectorType::value_type > 342 …com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< typename MatrixType::value_type > > 349 /*static*/ const typename VectorType::value_type* ContainerHelper::getVectorElement( const VectorTy… in getVectorElement() [all …]
|
| H A D | refvector.hxx | 48 typedef typename container_type::value_type value_type; typedef in oox::RefVector 56 const value_type* pxRef = getRef( nIndex ); in has() 61 inline value_type get( sal_Int32 nIndex ) const in get() 63 if( const value_type* pxRef = getRef( nIndex ) ) return *pxRef; in get() 64 return value_type(); in get() 154 inline value_type findIf( const FunctorType& rFunctor ) const in findIf() 157 return (aIt == this->end()) ? value_type() : *aIt; in findIf() 166 …inline void operator()( const value_type& rxValue ) { if( rxValue.get() ) maFunctor( *rxVa… in operator ()() 175 …inline void operator()( const value_type& rxValue ) { if( rxValue.get() ) maFunctor( mnInd… in operator ()() 183 …inline bool operator()( const value_type& rxValue ) { return rxValue.get() && maFunctor( *… in operator ()() [all …]
|
| /trunk/main/accessibility/source/helper/ |
| H A D | characterattributeshelper.cxx | 40 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharBackColor… in CharacterAttributesHelper() 41 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharColor" ),… in CharacterAttributesHelper() 42 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontCharS… in CharacterAttributesHelper() 43 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontFamil… in CharacterAttributesHelper() 44 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontName"… in CharacterAttributesHelper() 45 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontPitch… in CharacterAttributesHelper() 46 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontStyle… in CharacterAttributesHelper() 47 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharHeight" )… in CharacterAttributesHelper() 48 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharScaleWidt… in CharacterAttributesHelper() 49 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharStrikeout… in CharacterAttributesHelper() [all …]
|
| /trunk/main/chart2/source/view/main/ |
| H A D | PropertyMapper.cxx | 99 rValueMap.insert( tPropertyNameValueMap::value_type( aTarget, aAny ) ); in getValueMap() 465 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("LineStyle"), uno::makeAny(drawing::LineS… in getTextLabelMultiPropertyLists() 466 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextHorizontalAdjust"), uno::makeAny(dra… in getTextLabelMultiPropertyLists() 467 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextVerticalAdjust"), uno::makeAny(drawi… in getTextLabelMultiPropertyLists() 469 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowHeight"), uno::makeAny(sal_T… in getTextLabelMultiPropertyLists() 470 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny(sal_Tr… in getTextLabelMultiPropertyLists() 472 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("Name"), uno::makeAny( rtl::OUString() ) … in getTextLabelMultiPropertyLists() 477 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextMaximumFrameHeight"), uno::makeAny(n… in getTextLabelMultiPropertyLists() 479 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextMaximumFrameWidth"), uno::makeAny(nL… in getTextLabelMultiPropertyLists() 480 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("ParaIsHyphenation"), uno::makeAny(sal_Tr… in getTextLabelMultiPropertyLists() [all …]
|
| /trunk/main/vigra/ |
| H A D | vigra1.6.0.patch | 44 iterator insert(iterator p, size_type n, value_type const & v); 129 - resize(width, height, value_type()); 130 + resize(w, h, value_type()); 155 - resize(size.x, size.y, value_type()); 156 + resize(sz.x, sz.y, value_type()); 161 value_type doesn't have a default constructor). 164 - BasicImage(int width, int height, value_type const & d, Alloc const & alloc = Alloc()) 165 + BasicImage(int w, int h, value_type const & d, Alloc const & alloc = Alloc()) 177 - "BasicImage::BasicImage(int width, int height, value_type const & ): " 179 + "BasicImage::BasicImage(int w, int h, value_type const & ): " [all …]
|
| /trunk/main/reportdesign/source/core/sdr/ |
| H A D | RptObject.cxx | 246 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CONTROLBACKGROUND,TPropertyConverter(PROP… in getPropertyNameMap() 247 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CONTROLBORDER,TPropertyConverter(PROPERTY… in getPropertyNameMap() 248 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CONTROLBORDERCOLOR,TPropertyConverter(PRO… in getPropertyNameMap() 260 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARCOLOR,TPropertyConverter(PROPERTY_TEX… in getPropertyNameMap() 261 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CONTROLBACKGROUND,TPropertyConverter(PROP… in getPropertyNameMap() 262 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARUNDERLINECOLOR,TPropertyConverter(PRO… in getPropertyNameMap() 263 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARRELIEF,TPropertyConverter(PROPERTY_FO… in getPropertyNameMap() 264 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARFONTHEIGHT,TPropertyConverter(PROPERT… in getPropertyNameMap() 265 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARSTRIKEOUT,TPropertyConverter(PROPERTY… in getPropertyNameMap() 266 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CONTROLTEXTEMPHASISMARK,TPropertyConverte… in getPropertyNameMap() [all …]
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | TableConnectionData.hxx | 58 TTableWindowData::value_type m_pReferencingTable; 59 TTableWindowData::value_type m_pReferencedTable; 72 …TableConnectionData(const TTableWindowData::value_type& _pReferencingTable,const TTableWindowData:… 94 … inline TTableWindowData::value_type getReferencingTable() const { return m_pReferencingTable; } in getReferencingTable() 95 … inline TTableWindowData::value_type getReferencedTable() const { return m_pReferencedTable; } in getReferencedTable() 97 …inline void setReferencingTable(const TTableWindowData::value_type& _pTable) { m_pReferencingTable… in setReferencingTable() 98 …inline void setReferencedTable(const TTableWindowData::value_type& _pTable) { m_pReferencedTable … in setReferencedTable()
|
| /trunk/main/dbaccess/source/ui/control/ |
| H A D | toolboxcontroller.cxx | 155 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize() 156 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize() 157 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize() 158 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize() 159 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize() 160 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize() 161 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize() 162 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize() 166 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Refre… in initialize() 167 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBReb… in initialize()
|
| /trunk/main/reportdesign/source/ui/misc/ |
| H A D | toolboxcontroller.cxx | 159 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Basic… in initialize() 164 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Symbo… in initialize() 169 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Arrow… in initialize() 174 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:FlowC… in initialize() 179 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Callo… in initialize() 184 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:StarS… in initialize() 189 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:CharF… in initialize() 194 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:FontC… in initialize() 195 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Color… in initialize() 200 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Backg… in initialize()
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | TSortIndex.cxx | 33 …binary_function<OSortIndex::TIntValuePairVector::value_type,OSortIndex::TIntValuePairVector::value… 41 …or()(const OSortIndex::TIntValuePairVector::value_type& lhs,const OSortIndex::TIntValuePairVector:… in operator ()() 93 ,::std::select1st<TIntValuePairVector::value_type>()); in CreateKeySet() 115 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),NULL)); in AddKeyValue() 119 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),pKeyValue)); in AddKeyValue()
|
| /trunk/main/connectivity/source/cpool/ |
| H A D | ZConnectionPool.cxx | 106 struct TRemoveEventListenerFunctor : ::std::unary_function<TPooledConnections::value_type,void> 107 ,::std::unary_function<TActiveConnectionMap::value_type,void> 131 void operator()(const TPooledConnections::value_type& _aValue) in operator ()() 136 void operator()(const TActiveConnectionMap::value_type& _aValue) in operator ()() 142 struct TConnectionPoolFunctor : ::std::unary_function<TConnectionMap::value_type,void> 151 void operator()(const TConnectionMap::value_type& _aValue) in operator ()() 245 … aActiveInfo.aPos = m_aPool.insert(TConnectionMap::value_type(nId,aPack)).first; in createNewConnection() 247 m_aActiveConnections.insert(TActiveConnectionMap::value_type(xConnection,aActiveInfo)); in createNewConnection()
|
| /trunk/main/chart2/source/inc/ |
| H A D | ContainerHelper.hxx | 49 ::com::sun::star::uno::Sequence< typename Container::value_type > 52 ::com::sun::star::uno::Sequence< typename Container::value_type > aResult( rCont.size()); in ContainerToSequence() 72 …SequenceContainer( const ::com::sun::star::uno::Sequence< typename Container::value_type > & rSeq ) in SequenceToSTLSequenceContainer() 98 …SequenceToSTLContainer( const ::com::sun::star::uno::Sequence< typename Container::value_type > & … in SequenceToSTLContainer() 152 ::std::select1st< typename Map::value_type >()); in MapKeysToSequence() 169 ::std::select2nd< typename Map::value_type >()); in MapValuesToSequence()
|
| /trunk/main/sd/source/ui/slidesorter/cache/ |
| H A D | SlsPageCacheManager.cxx | 107 …r()(const ::sd::slidesorter::cache::PageCacheManager::BestFittingPageCaches::value_type& rElement1, in operator ()() 108 … const ::sd::slidesorter::cache::PageCacheManager::BestFittingPageCaches::value_type& rElement2) in operator ()() 145 bool operator () (const PageCacheContainer::value_type& rValue) in operator ()() 242 mpPageCaches->insert(PageCacheContainer::value_type(aKey, pResult)); in GetCache() 262 aCaches.push_back(BestFittingPageCaches::value_type( in Recycle() 272 aCaches.push_back(BestFittingPageCaches::value_type( in Recycle() 334 mpPageCaches->insert(PageCacheContainer::value_type( in ChangeSize() 471 RecentlyUsedPageCaches::value_type(pDocument, RecentlyUsedQueue()) in PutRecentlyUsedCache()
|