Home
last modified time | relevance | path

Searched refs:BoundValueRefBase (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bsnmp/tests/
H A Dcatch.hpp9034 struct BoundValueRefBase : BoundRef { struct
9043 struct BoundValueRef : BoundValueRefBase {
9054 struct BoundValueRef<std::vector<T>> : BoundValueRefBase {
9110 struct BoundLambda : BoundValueRefBase {
9216 std::shared_ptr<BoundValueRefBase> m_ref;
9219 static auto makeRef(LambdaT const &lambda) -> std::shared_ptr<BoundValueRefBase> { in makeRef()
9271 auto valueRef = static_cast<detail::BoundValueRefBase*>( m_ref.get() ); in parse()
9354 auto valueRef = static_cast<detail::BoundValueRefBase*>( m_ref.get() ); in parse()