Searched defs:attribute_value (Results 1 – 4 of 4) sorted by relevance
115 struct attribute_value struct120 > pred;128 type;132 call(Iterator const& i, mpl::true_) in call()139 call(Iterator const&, mpl::false_) in call()146 call(Iterator const& i) in call()159 attribute_value(Iterator2 const& i) in attribute_value() function
63 class attribute_value class117 BOOST_DEFAULTED_FUNCTION(attribute_value(), BOOST_NOEXCEPT {}) in BOOST_DEFAULTED_FUNCTION() argument127 … attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
60 get_resource_type_for_preload_as(const StringRef &attribute_value) { in get_resource_type_for_preload_as()
163 quickbook::string_view attribute_value; in read_tag() local