Home
last modified time | relevance | path

Searched refs:old_table (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.h57 const ResourceTable& old_table,
DMultiApkGenerator_test.cpp65 const ResourceTable& old_table, in FilterTable() argument
67 return MultiApkGenerator::FilterTable(context, artifact, old_table, filter_chain); in FilterTable()
DMultiApkGenerator.cpp217 const ResourceTable& old_table, in FilterTable() argument
245 std::unique_ptr<ResourceTable> table = old_table.Clone(); in FilterTable()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h1149 void** const old_table = table_; in Resize() local
1156 if (TableEntryIsNonEmptyList(old_table, i)) { in Resize()
1157 TransferList(old_table, i); in Resize()
1158 } else if (TableEntryIsTree(old_table, i)) { in Resize()
1159 TransferTree(old_table, i++); in Resize()
1162 Dealloc<void*>(old_table, old_table_size); in Resize()