Searched defs:TableFlattener (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DTableFlattener.h33 struct TableFlattener { struct in namespace:aapt
35 * A set of options for this TableFlattener.
49 TableFlattener(Options options);
H A DTableFlattener.cpp24 #include "TableFlattener.h"
244 TableFlattener::TableFlattener(Options options) function in class:aapt::TableFlattener
248 bool TableFlattener::flattenValue(BigBuffer* out, const FlatEntry& flatEntry,
284 bool TableFlattener::flatten(BigBuffer* out, const ResourceTable& table) {

Completed in 55 milliseconds