Searched defs:responds_to (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ | ||
D | id_policy.hpp | 50 virtual bool responds_to( cstring name ) const { return p_name == name; } in responds_to() function in boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy |
D | parameter.hpp | 87 …bool responds_to( cstring name ) const { return m_id_policy.responds_to( name… in responds_to() function in boost::BOOST_RT_PARAM_NAMESPACE::cla::parameter |