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

  /frameworks/base/tools/aapt2/link/
AutoVersioner.cpp 138 entry->FindOrCreateValue(new_config, {})->value = std::move(new_style);
TableMerger.cpp 304 dst_entry->FindOrCreateValue(src_config_value->config, src_config_value->product);
361 ->FindOrCreateValue(file_desc.config, {})
  /frameworks/base/tools/aapt2/
ResourceTable.h 118 ResourceConfigValue* FindOrCreateValue(const ConfigDescription& config,
ResourceTable.cpp 157 ResourceConfigValue* ResourceEntry::FindOrCreateValue(const ConfigDescription& config,
410 ResourceConfigValue* config_value = entry->FindOrCreateValue(config, product);
  /frameworks/base/tools/aapt2/split/
TableSplitter.cpp 265 split_entry->FindOrCreateValue(config_value->config,
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 334 entry->FindOrCreateValue(config_with_accent, original_value->product);
  /frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp 141 ResourceConfigValue* configValue = entry->FindOrCreateValue(config, pbConfig.product());

Completed in 1486 milliseconds