Lines Matching refs:rContext

98                                     const ParserContextSharedPtr& 	rContext ) :  in ShapeBoundsFunctor()  argument
100 mpContext( rContext ) in ShapeBoundsFunctor()
120 const ParserContextSharedPtr& rContext ) in makeShapeBoundsFunctor() argument
122 return ShapeBoundsFunctor<Generator>(rGenerator, rContext); in makeShapeBoundsFunctor()
131 const ParserContextSharedPtr& rContext ) : in ConstantFunctor() argument
133 mpContext( rContext ) in ConstantFunctor()
155 DoubleConstantFunctor( const ParserContextSharedPtr& rContext ) : in DoubleConstantFunctor() argument
156 mpContext( rContext ) in DoubleConstantFunctor()
178 ValueTFunctor( const ParserContextSharedPtr& rContext ) : in ValueTFunctor() argument
179 mpContext( rContext ) in ValueTFunctor()
236 const ParserContextSharedPtr& rContext ) : in UnaryFunctionFunctor() argument
238 mpContext( rContext ) in UnaryFunctionFunctor()
285 const ParserContextSharedPtr& rContext ) in makeUnaryFunctionFunctor() argument
287 return UnaryFunctionFunctor<Functor>( rFunctor, rContext ); in makeUnaryFunctionFunctor()
295 const ParserContextSharedPtr& rContext ) in makeUnaryFunctionFunctor() argument
297 return UnaryFunctionFunctor< double (*)(double) >( pFunc, rContext ); in makeUnaryFunctionFunctor()
311 const ParserContextSharedPtr& rContext ) : in BinaryFunctionFunctor() argument
313 mpContext( rContext ) in BinaryFunctionFunctor()
359 const ParserContextSharedPtr& rContext ) in makeBinaryFunctionFunctor() argument
361 return BinaryFunctionFunctor<Generator>( rGenerator, rContext ); in makeBinaryFunctionFunctor()