Searched refs:ConfigKey (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 88 struct ConfigKey { struct 94 bool lt_config_key_ref(const T& lhs, const ConfigKey& rhs) { in lt_config_key_ref() 161 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() 174 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() 187 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindOrCreateValue() 390 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue()
|