Searched refs:with_attrs (Results 1 – 4 of 4) sorted by relevance
/external/oprofile/libutil++/ |
D | xml_output.cpp | 30 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()
|
D | xml_output.h | 16 std::string open_element(tag_t tag, bool with_attrs = false);
|
/external/oprofile/libop/ |
D | op_xml_out.c | 96 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()
|
D | op_xml_out.h | 64 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t size);
|