Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Did_xml.cpp28 id_attributes.push_back(id_attributes_[i]); in xml_processor()
31 boost::sort(id_attributes); in xml_processor()
92 if (boost::find(id_attributes, name.to_s()) != in parse()
93 id_attributes.end()) { in parse()
Ddocument_state_impl.hpp142 std::vector<std::string> id_attributes; member