/third_party/gn/src/gn/ |
D | metadata_unittest.cc | 48 std::vector<std::string> walk_keys; in TEST() local 61 walk_keys, SourceDir(), &next_walk_keys, in TEST() 82 std::vector<std::string> walk_keys; in TEST() local 95 walk_keys, SourceDir("/usr/foo_dir/"), in TEST() 123 std::vector<std::string> walk_keys; in TEST() local 149 walk_keys, SourceDir("/usr/foo_dir/"), in TEST() 168 std::vector<std::string> walk_keys; in TEST() local 169 walk_keys.emplace_back("a"); in TEST() 178 walk_keys, SourceDir(), &next_walk_keys, in TEST() 191 std::vector<std::string> walk_keys; in TEST() local [all …]
|
D | metadata_walk_unittest.cc | 50 std::vector<std::string> walk_keys; in TEST() local 54 std::vector<Value> result = WalkMetadata(targets, data_keys, walk_keys, in TEST() 100 std::vector<std::string> walk_keys; in TEST() local 104 std::vector<Value> result = WalkMetadata(targets, data_keys, walk_keys, in TEST() 156 std::vector<std::string> walk_keys; in TEST() local 157 walk_keys.push_back("walk"); in TEST() 161 std::vector<Value> result = WalkMetadata(targets, data_keys, walk_keys, in TEST() 196 std::vector<std::string> walk_keys; in TEST() local 197 walk_keys.push_back("walk"); in TEST() 201 std::vector<Value> result = WalkMetadata(targets, data_keys, walk_keys, in TEST()
|
D | generated_file_target_generator.cc | 151 target_->walk_keys().push_back(""); in FillWalkKeys() 162 target_->walk_keys().push_back(v.string_value()); in FillWalkKeys()
|
D | functions_target.cc | 973 Alternatively, as an example of using walk_keys, if the following 979 walk_keys = [ "my_barrier" ] 997 walk_keys = [ "my_barrier" ] 1017 walk_keys
|
D | target_unittest.cc | 1427 std::vector<std::string> walk_keys; in TEST() local 1432 one.GetMetadata(data_keys, walk_keys, SourceDir(), false, &result, &targets, in TEST() 1468 std::vector<std::string> walk_keys; in TEST() local 1473 one.GetMetadata(data_keys, walk_keys, SourceDir(), false, &result, &targets, in TEST() 1515 std::vector<std::string> walk_keys; in TEST() local 1520 one.GetMetadata(data_keys, walk_keys, SourceDir(), false, &result, &targets, in TEST() 1563 std::vector<std::string> walk_keys; in TEST() local 1564 walk_keys.push_back("walk"); in TEST() 1569 one.GetMetadata(data_keys, walk_keys, SourceDir(), false, &result, &targets, in TEST() 1596 std::vector<std::string> walk_keys; in TEST() local [all …]
|
D | ninja_generated_file_target_writer.cc | 62 if (!target_->GetMetadata(target_->data_keys(), target_->walk_keys(), in GenerateFile()
|
D | target.h | 220 const std::vector<std::string>& walk_keys() const { in walk_keys() function 223 std::vector<std::string>& walk_keys() { return generated_file().walk_keys_; } in walk_keys() function
|
D | desc_builder.cc | 564 for (const auto& k : target_->walk_keys()) in BuildDescription()
|
D | variables.cc | 2176 If no walk_keys are specified for a generated_file target (i.e. "[""]"), the
|
/third_party/gn/misc/vim/syntax/ |
D | gn.vim | 54 syn keyword gnVariable walk_keys gen_deps
|
/third_party/gn/docs/ |
D | reference.md | 159 * [walk_keys: [string list] Key(s) for managing the metadata collection walk.](#var_walk_keys) 561 walk_keys 1775 the optional values of the `rebase` and `walk_keys` variables. See 1841 Alternatively, as an example of using walk_keys, if the following 1847 walk_keys = [ "my_barrier" ] 1865 walk_keys = [ "my_barrier" ] 1886 walk_keys 6603 ### <a name="var_walk_keys"></a>**walk_keys**: Key(s) for managing the metadata collection walk. 6612 If no walk_keys are specified for a generated_file target (i.e. "[""]"), the 7515 result to a file. It can also specify 'walk_keys' (to restrict the metadata [all …]
|