Home
last modified time | relevance | path

Searched defs:BoundLambda (Results 1 – 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
Dcatch.hpp9197 struct BoundLambda : BoundValueRefBase { struct
9198 L m_lambda;
9201 explicit BoundLambda( L const &lambda ) : m_lambda( lambda ) {} in BoundLambda() function
9203 auto setValue( std::string const &arg ) -> ParserResult override { in setValue()