HomeSort by relevance Sort by last modified time
    Searched refs:ResourceConfigValue (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/
ResourceTable.h 45 struct ResourceConfigValue {
82 std::vector<ResourceConfigValue> values;
ResourceTable.cpp 32 static bool compareConfigs(const ResourceConfigValue& lhs, const ConfigDescription& rhs) {
232 entry->values.insert(iter, ResourceConfigValue{ config, source, {}, std::move(value) });
237 *iter = ResourceConfigValue{ config, source, {}, std::move(value) };
377 for (ResourceConfigValue& otherValue : otherEntry->values) {
397 entry->values.insert(iter, ResourceConfigValue{
Main.cpp 132 std::stack<ResourceConfigValue> addStack;
134 for (ResourceConfigValue& configValue : entry->values) {
165 ResourceConfigValue value = {
189 [](const ResourceConfigValue& lhs, const ConfigDescription& rhs) -> bool {
194 ResourceConfigValue& value = addStack.top();
406 [](const ResourceConfigValue& lhs, const ConfigDescription& config) -> bool {
    [all...]
ResourceTable_test.cpp 98 [](const ResourceConfigValue& val) -> bool {

Completed in 108 milliseconds