Home
last modified time | relevance | path

Searched refs:tag_t (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libutil++/
Dxml_output.h15 std::string tag_name(tag_t tag);
16 std::string open_element(tag_t tag, bool with_attrs = false);
17 std::string close_element(tag_t tag = NONE, bool has_nested = false);
18 std::string init_attr(tag_t attr, size_t value);
19 std::string init_attr(tag_t attr, double value);
20 std::string init_attr(tag_t attr, std::string const & str);
Dxml_output.cpp22 string tag_name(tag_t tag) in tag_name()
30 string open_element(tag_t tag, bool with_attrs) in open_element()
41 string close_element(tag_t tag, bool has_nested) in close_element()
52 string init_attr(tag_t attr, size_t value) in init_attr()
63 string init_attr(tag_t attr, double value) in init_attr()
74 string init_attr(tag_t attr, string const & str) in init_attr()
/external/oprofile/libop/
Dop_xml_out.h61 } tag_t; typedef
63 char const * xml_tag_name(tag_t tag);
64 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t size);
65 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t size);
66 void init_xml_int_attr(tag_t attr, int value, char *buffer, size_t size);
67 void init_xml_dbl_attr(tag_t attr, double value, char *buffer, size_t size);
68 void init_xml_str_attr(tag_t attr, char const *str, char *buffer, size_t size);
Dop_xml_out.c90 char const * xml_tag_name(tag_t tag) in xml_tag_name()
96 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t max) in open_xml_element()
116 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t max) in close_xml_element()
138 void init_xml_int_attr(tag_t attr, int value, char *buffer, size_t max) in init_xml_int_attr()
157 void init_xml_dbl_attr(tag_t attr, double value, char *buffer, size_t max) in init_xml_dbl_attr()
243 void init_xml_str_attr(tag_t attr, char const *str, char *buffer, size_t max) in init_xml_str_attr()
/external/oprofile/libpp/
Dxml_utils.h39 static void add_option(tag_t tag, bool value);
40 static void add_option(tag_t tag, std::string const & value);
41 static void add_option(tag_t tag, std::vector<std::string> const & value);
42 static void add_option(tag_t tag, std::list<std::string> const & value);
Dformat_output.h286 format_flags fl, tag_t tag);
318 size_t lo, size_t hi, bool is_module, tag_t tag);
Dxml_utils.cpp201 void xml_utils::add_option(tag_t tag, string const & value) in add_option()
207 void xml_utils::add_option(tag_t tag, list<string> const & value) in add_option()
223 void xml_utils::add_option(tag_t tag, vector<string> const & value) in add_option()
239 void xml_utils::add_option(tag_t tag, bool value) in add_option()
Dformat_output.cpp910 format_flags fl, tag_t tag) in output_attribute()
945 size_t lo, size_t hi, bool is_module, tag_t tag) in output_symbol_core()