Searched refs:write_attribute (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/archive/impl/ |
D | basic_xml_oarchive.ipp | 62 basic_xml_oarchive<Archive>::write_attribute( 76 basic_xml_oarchive<Archive>::write_attribute( 155 write_attribute(BOOST_ARCHIVE_XML_OBJECT_ID(), i, "=\"_"); 164 write_attribute(BOOST_ARCHIVE_XML_OBJECT_REFERENCE(), i, "=\"_"); 171 write_attribute(BOOST_ARCHIVE_XML_VERSION(), i); 181 write_attribute(BOOST_ARCHIVE_XML_OBJECT_ID(), i, "=\"_"); 189 write_attribute(BOOST_ARCHIVE_XML_OBJECT_REFERENCE(), i, "=\"_"); 196 write_attribute(BOOST_ARCHIVE_XML_VERSION(), i); 203 write_attribute(BOOST_ARCHIVE_XML_CLASS_ID(), t); 210 write_attribute(BOOST_ARCHIVE_XML_CLASS_ID_REFERENCE(), t); [all …]
|
/third_party/boost/boost/archive/ |
D | basic_xml_oarchive.hpp | 63 write_attribute( 69 write_attribute(
|
/third_party/boost/boost/graph/ |
D | graphviz.hpp | 215 this->write_attribute(out, attributes[e]); in operator ()() 220 void write_attribute(std::ostream& out, const AttributeSequence& seq) const in write_attribute() function 230 void write_attribute(std::ostream&, detail::error_property_not_found) const in write_attribute() function
|