Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dmetadata_walk.cc10 const std::vector<std::string>& keys_to_walk, in WalkMetadata() argument
17 if (!target->GetMetadata(keys_to_extract, keys_to_walk, rebase_dir, false, in WalkMetadata()
Dmetadata_walk.h21 const std::vector<std::string>& keys_to_walk,
Dmetadata.cc150 const std::vector<std::string>& keys_to_walk, in WalkStep() argument
186 for (const auto& key : keys_to_walk) { in WalkStep()
Dmetadata.h56 const std::vector<std::string>& keys_to_walk,
Dtarget.cc1236 const std::vector<std::string>& keys_to_walk, in GetMetadata() argument
1257 keys_to_walk, rebase_dir, &next_walk_keys, in GetMetadata()
1277 if (!dep.ptr->GetMetadata(keys_to_extract, keys_to_walk, rebase_dir, in GetMetadata()
1305 if (!dep.ptr->GetMetadata(keys_to_extract, keys_to_walk, rebase_dir, in GetMetadata()
Dtarget.h175 const std::vector<std::string>& keys_to_walk,