Searched defs:BoundLambda (Results 1 – 4 of 4) sorted by relevance
780 struct BoundLambda : BoundValueRefBase { struct781 L m_lambda;784 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() function786 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
780 struct BoundLambda : BoundValueRefBase { struct781 L m_lambda;784 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() argument786 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
9208 struct BoundLambda : BoundValueRefBase { struct9209 L m_lambda;9212 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() function9214 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()
9153 struct BoundLambda : BoundValueRefBase { struct9154 L m_lambda;9157 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() argument9159 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()