Searched defs:BoundLambda (Results 1 – 3 of 3) sorted by relevance
777 struct BoundLambda : BoundValueRefBase { struct778 L m_lambda;781 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() argument783 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
777 struct BoundLambda : BoundValueRefBase { struct778 L m_lambda;781 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() function783 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
7280 struct BoundLambda : BoundValueRefBase { struct7281 L m_lambda;7284 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() argument7286 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()