Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/support/algorithm/
Dany_if.hpp115 struct attribute_value struct
120 > 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
/third_party/boost/boost/log/attributes/
Dattribute_value.hpp63 class attribute_value class
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), BOOST_NOEXCEPT {}) in BOOST_DEFAULTED_FUNCTION() argument
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
/third_party/nghttp2/src/
DHtmlParser.cc60 get_resource_type_for_preload_as(const StringRef &attribute_value) { in get_resource_type_for_preload_as()
/third_party/boost/tools/quickbook/src/
Dxml_parse.cpp163 quickbook::string_view attribute_value; in read_tag() local