Lines Matching refs:ParserContextSharedPtr
762 typedef ::boost::shared_ptr< ParserContext > ParserContextSharedPtr; typedef
770 ParserContextSharedPtr mpContext;
774 ConstantFunctor( double rValue, const ParserContextSharedPtr& rContext ) : in ConstantFunctor()
789 ParserContextSharedPtr mpContext;
792 DoubleConstantFunctor( const ParserContextSharedPtr& rContext ) : in DoubleConstantFunctor()
806 ParserContextSharedPtr mpContext;
810 EnumFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) in EnumFunctor()
842 ParserContextSharedPtr mpContext;
846 UnaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in UnaryFunctionFunctor()
879 ParserContextSharedPtr mpContext;
883 BinaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : in BinaryFunctionFunctor()
914 ParserContextSharedPtr mpContext;
918 IfFunctor( const ParserContextSharedPtr& rContext ) : in IfFunctor()
1006 ExpressionGrammar( const ParserContextSharedPtr& rParserContext ) : in ExpressionGrammar()
1132 const ParserContextSharedPtr& getContext() const in getContext()
1138 ParserContextSharedPtr mpParserContext; // might get modified during parsing
1142 const ParserContextSharedPtr& getParserContext() in getParserContext()
1144 static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); in getParserContext()
1172 ParserContextSharedPtr pContext; in parseFunction()