Lines Matching refs:rIn
98 …void setInValue( input_type const& rIn ) { Functor::m_bCacheDirty = true; m_aInput =… in setInValue() argument
123 OutputType const& implUpdateValue( input_type const& rIn ) const in implUpdateValue()
127 m_aOutput = output_type( rIn ); in implUpdateValue()
159 output_type const& implUpdateValue( input_type const& rIn ) const in implUpdateValue()
163 m_aOutput = m_pFunc( rIn ); in implUpdateValue()
189 explicit LazyUpdate( InputType const& rIn ) : in LazyUpdate() argument
193 rIn, in LazyUpdate()
223 InputType const& rIn ) : in LazyUpdate() argument
229 OutputType (*)( InputType const& )> >(pFunc,rIn) in LazyUpdate()
255 InputType const& rIn ) : in LazyUpdate() argument
261 boost::function1<OutputType,InputType> > >(rFunc,rIn) in LazyUpdate()