Searched refs:ConfigKey (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 88 struct ConfigKey { struct 95 bool operator()(const T& lhs, const ConfigKey& rhs) const noexcept { in operator ()() 178 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() 191 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() 204 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindOrCreateValue() 220 std::lower_bound(values.begin(), values.end(), ConfigKey{&config, ""}, lt_config_key_ref()); in FindAllValues() 456 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue() 682 ConfigKey{&res.config, res.product}, lt_config_key_ref()), in AddResource()
|