HomeSort by relevance Sort by last modified time
    Searched refs:tag_t (Results 1 - 8 of 8) sorted by null

  /external/oprofile/libutil++/
xml_output.h 15 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);
xml_output.cpp 22 string tag_name(tag_t tag)
30 string open_element(tag_t tag, bool with_attrs)
41 string close_element(tag_t tag, bool has_nested)
52 string init_attr(tag_t attr, size_t value)
63 string init_attr(tag_t attr, double value)
74 string init_attr(tag_t attr, string const & str)
  /external/oprofile/libop/
op_xml_out.h 61 } tag_t; typedef in typeref:enum:__anon26140
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);
op_xml_out.c 90 char const * xml_tag_name(tag_t tag)
96 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t max)
116 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t max)
138 void init_xml_int_attr(tag_t attr, int value, char *buffer, size_t max)
157 void init_xml_dbl_attr(tag_t attr, double value, char *buffer, size_t max)
243 void init_xml_str_attr(tag_t attr, char const *str, char *buffer, size_t max)
  /external/oprofile/libpp/
xml_utils.h 39 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);
format_output.h 286 format_flags fl, tag_t tag);
318 size_t lo, size_t hi, bool is_module, tag_t tag);
xml_utils.cpp 201 void xml_utils::add_option(tag_t tag, string const & value)
207 void xml_utils::add_option(tag_t tag, list<string> const & value)
223 void xml_utils::add_option(tag_t tag, vector<string> const & value)
239 void xml_utils::add_option(tag_t tag, bool value)
format_output.cpp 910 format_flags fl, tag_t tag)
945 size_t lo, size_t hi, bool is_module, tag_t tag)

Completed in 89 milliseconds