HomeSort by: relevance | last modified time | path
    Searched defs:xml_writer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
atf-report.cpp 374 //! The xml_writer class implements a formatter that prints the results
378 class xml_writer : public writer { class in inherits:writer
484 xml_writer(const tools::fs::path& p) : function in class:xml_writer
604 m_outs.push_back(new xml_writer(p));
atf-report.cpp 374 //! The xml_writer class implements a formatter that prints the results
378 class xml_writer : public writer { class in inherits:writer
484 xml_writer(const tools::fs::path& p) : function in class:xml_writer
604 m_outs.push_back(new xml_writer(p));
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_xar.c 104 struct xml_writer;
105 static int xml_writer_create(struct xml_writer **pctx);
106 static int xml_writer_start_document(struct xml_writer *ctx);
107 static int xml_writer_end_document(struct xml_writer *ctx);
108 static int xml_writer_set_indent(struct xml_writer *ctx, unsigned int indent);
109 static int xml_writer_start_element(struct xml_writer *ctx,
111 static int xml_writer_write_attribute(struct xml_writer *ctx, const char *key,
113 static int xml_writer_write_attributef(struct xml_writer *ctx, const char *key,
115 static int xml_writer_write_string(struct xml_writer *ctx, const char *string);
116 static int xml_writer_write_base64(struct xml_writer* ctx
3302 struct xml_writer { struct
3428 struct xml_writer { struct
    [all...]
archive_write_set_format_xar.c 104 struct xml_writer;
105 static int xml_writer_create(struct xml_writer **pctx);
106 static int xml_writer_start_document(struct xml_writer *ctx);
107 static int xml_writer_end_document(struct xml_writer *ctx);
108 static int xml_writer_set_indent(struct xml_writer *ctx, unsigned int indent);
109 static int xml_writer_start_element(struct xml_writer *ctx,
111 static int xml_writer_write_attribute(struct xml_writer *ctx, const char *key,
113 static int xml_writer_write_attributef(struct xml_writer *ctx, const char *key,
115 static int xml_writer_write_string(struct xml_writer *ctx, const char *string);
116 static int xml_writer_write_base64(struct xml_writer* ctx
3302 struct xml_writer { struct
3428 struct xml_writer { struct
    [all...]

Completed in 48 milliseconds