Home
last modified time | relevance | path

Searched refs:with_attrs (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/libutil++/
Dxml_output.cpp30 string open_element(tag_t tag, bool with_attrs) in open_element() argument
35 open_xml_element(tag, with_attrs, buf, MAX_XML_BUF); in open_element()
Dxml_output.h16 std::string open_element(tag_t tag, bool with_attrs = false);
/external/oprofile/libop/
Dop_xml_out.c96 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t max) in open_xml_element() argument
107 (with_attrs ? " " : ">\n")); in open_xml_element()
Dop_xml_out.h64 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t size);