HomeSort by relevance Sort by last modified time
    Searched refs:XmlResource (Results 51 - 56 of 56) sorted by null

1 23

  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 879 std::unique_ptr<xml::XmlResource> DeserializeXmlResourceFromPb(const pb::XmlNode& pb_node,
    [all...]
ProtoSerialize.cpp 647 void SerializeXmlResourceToPb(const xml::XmlResource& resource, pb::XmlNode* out_node) {
  /frameworks/base/tools/aapt2/format/binary/
XmlFlattener.cpp 372 bool XmlFlattener::Consume(IAaptContext* context, const xml::XmlResource* resource) {
  /frameworks/base/tools/aapt2/link/
ManifestFixer.cpp 441 bool ManifestFixer::Consume(IAaptContext* context, xml::XmlResource* doc) {
  /frameworks/base/tools/aapt2/
Debug.cpp 486 void Debug::DumpXml(const xml::XmlResource& doc, Printer* printer) {
  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser.cpp 292 std::unique_ptr<xml::XmlResource> doc = xml::Inflate(&in, diag, Source(config_path));

Completed in 108 milliseconds

1 23