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

  /external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser_unittest.cc 70 EXPECT_FALSE(parser_.ParseXmlInterfaceFile(kBadInterfaceFileContents0, {}));
71 EXPECT_FALSE(parser_.ParseXmlInterfaceFile(kBadInterfaceFileContents1, {}));
75 EXPECT_TRUE(parser_.ParseXmlInterfaceFile(kGoodInterfaceFileContents,
xml_interface_parser.h 33 bool ParseXmlInterfaceFile(const std::string& contents,
generate_chromeos_dbus_bindings.cc 162 if (!parser.ParseXmlInterfaceFile(contents, config.ignore_interfaces)) {
xml_interface_parser.cc 61 bool XmlInterfaceParser::ParseXmlInterfaceFile(

Completed in 40 milliseconds