Home | History | Annotate | Download | only in flatten

Lines Matching defs:Flatten

17 #include "flatten/XmlFlattener.h"
29 #include "flatten/ChunkWriter.h"
30 #include "flatten/ResourceTypeExtensions.h"
248 // Add it to the list of strings to flatten.
269 CHECK(xml_attr->compiled_value->Flatten(&flat_attr->typedValue));
271 // Flatten as a regular string type.
292 bool XmlFlattener::Flatten(IAaptContext* context, xml::Node* node) {
307 // Now we flatten the string pool references into the correct places.
316 // Flatten the StringPool.
350 return Flatten(context, resource->root.get());