Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.cpp140 bool ltConfigKeyRef(const std::unique_ptr<ResourceConfigValue>& lhs, const ConfigKey& rhs) { in ltConfigKeyRef() function
151 std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, ltConfigKeyRef); in FindValue()
164 std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, ltConfigKeyRef); in FindOrCreateValue()