Searched refs:next_walk_keys (Results 1 – 4 of 4) sorted by relevance
/third_party/gn/src/gn/ |
D | metadata_unittest.cc | 49 std::vector<Value> next_walk_keys; in TEST() local 61 walk_keys, SourceDir(), &next_walk_keys, in TEST() 64 EXPECT_EQ(next_walk_keys, expected_walk_keys); in TEST() 83 std::vector<Value> next_walk_keys; in TEST() local 96 &next_walk_keys, &results, &err)); in TEST() 98 EXPECT_EQ(next_walk_keys, expected_walk_keys); in TEST() 124 std::vector<Value> next_walk_keys; in TEST() local 150 &next_walk_keys, &results, &err)); in TEST() 152 EXPECT_EQ(next_walk_keys, expected_walk_keys); in TEST() 170 std::vector<Value> next_walk_keys; in TEST() local [all …]
|
D | metadata.cc | 152 std::vector<Value>* next_walk_keys, in WalkStep() argument 157 next_walk_keys->emplace_back(nullptr, ""); in WalkStep() 194 next_walk_keys->emplace_back(val); in WalkStep() 200 next_walk_keys->emplace_back(nullptr, ""); in WalkStep()
|
D | metadata.h | 58 std::vector<Value>* next_walk_keys,
|
D | target.cc | 1242 std::vector<Value> next_walk_keys; in GetMetadata() local 1250 next_walk_keys.push_back(Value(nullptr, "")); in GetMetadata() 1257 keys_to_walk, rebase_dir, &next_walk_keys, in GetMetadata() 1266 for (const auto& next : next_walk_keys) { in GetMetadata()
|