Home
last modified time | relevance | path

Searched refs:next_walk_keys (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dmetadata_unittest.cc49 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 …]
Dmetadata.cc152 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()
Dmetadata.h58 std::vector<Value>* next_walk_keys,
Dtarget.cc1242 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()