Lines Matching refs:ParserContextSharedPtr

91             typedef ::boost::shared_ptr< ParserContext > ParserContextSharedPtr;  typedef
98 const ParserContextSharedPtr& rContext ) : in ShapeBoundsFunctor()
115 ParserContextSharedPtr mpContext;
120 const ParserContextSharedPtr& rContext ) in makeShapeBoundsFunctor()
131 const ParserContextSharedPtr& rContext ) : in ConstantFunctor()
147 ParserContextSharedPtr mpContext;
155 DoubleConstantFunctor( const ParserContextSharedPtr& rContext ) : in DoubleConstantFunctor()
170 ParserContextSharedPtr mpContext;
178 ValueTFunctor( const ParserContextSharedPtr& rContext ) : in ValueTFunctor()
200 ParserContextSharedPtr mpContext;
236 const ParserContextSharedPtr& rContext ) : in UnaryFunctionFunctor()
275 ParserContextSharedPtr mpContext;
285 const ParserContextSharedPtr& rContext ) in makeUnaryFunctionFunctor()
295 const ParserContextSharedPtr& rContext ) in makeUnaryFunctionFunctor()
311 const ParserContextSharedPtr& rContext ) : in BinaryFunctionFunctor()
354 ParserContextSharedPtr mpContext;
359 const ParserContextSharedPtr& rContext ) in makeBinaryFunctionFunctor()
423 ExpressionGrammar( const ParserContextSharedPtr& rParserContext ) : in ExpressionGrammar()
518 const ParserContextSharedPtr& getContext() const in getContext()
524 ParserContextSharedPtr mpParserContext; // might get modified during parsing
528 const ParserContextSharedPtr& getParserContext() in getParserContext()
530 static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); in getParserContext()
554 ParserContextSharedPtr pContext; in parseSmilValue()
600 ParserContextSharedPtr pContext; in parseSmilFunction()