Home
last modified time | relevance | path

Searched defs:xml_element (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dxml_parse.hpp26 struct xml_element : tree_node<xml_element> struct
28 enum element_type
33 } type_;
34 std::string name_;
37 std::list<std::pair<std::string, std::string> > attributes_;
40 std::string contents_;
42 explicit xml_element(element_type n) : type_(n) {} in xml_element() argument
44 explicit xml_element(element_type n, quickbook::string_view name) in xml_element() argument
49 static xml_element* text_node(quickbook::string_view x) in text_node()
56 static xml_element* html_node(quickbook::string_view x) in html_node()
[all …]
/third_party/mesa3d/src/gtest/src/
Dgtest.cc2066 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty()
2117 const std::string& xml_element) { in GetReservedAttributesForElement()
2133 const std::string& xml_element) { in GetReservedOutputAttributesForElement()
2176 bool TestResult::ValidateTestProperty(const std::string& xml_element, in ValidateTestProperty()
5044 std::string xml_element; in RecordProperty() local
Dgtest-internal-inl.h1038 const std::string& xml_element, in RecordProperty()
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h1048 const std::string& xml_element, in RecordProperty()
Dgtest.cc2239 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty()
2291 const std::string& xml_element) { in GetReservedAttributesForElement()
2307 const std::string& xml_element) { in GetReservedOutputAttributesForElement()
2350 bool TestResult::ValidateTestProperty(const std::string& xml_element, in ValidateTestProperty()
5562 std::string xml_element; in RecordProperty() local
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc1436 const std::string& xml_element, in RecordProperty()
3730 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty()
3782 const std::string& xml_element) { in GetReservedAttributesForElement()
3798 const std::string& xml_element) { in GetReservedOutputAttributesForElement()
3841 bool TestResult::ValidateTestProperty(const std::string& xml_element, in ValidateTestProperty()
7048 std::string xml_element; in RecordProperty() local