Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.cpp32 static bool compareConfigs(const ResourceConfigValue& lhs, const ConfigDescription& rhs) { in compareConfigs() function
229 auto iter = std::lower_bound(std::begin(entry->values), endIter, config, compareConfigs); in addResourceImpl()
379 otherValue.config, compareConfigs); in merge()