Home
last modified time | relevance | path

Searched refs:old_loop_value_ptr (Results 1 - 1 of 1) sorted by relevance

/third_party/gn/src/gn/
H A Dfunction_foreach.cc86 const Value* old_loop_value_ptr = scope->GetValue(loop_var); in RunForEach() local
88 if (old_loop_value_ptr) in RunForEach()
89 old_loop_value = *old_loop_value_ptr; in RunForEach()
99 if (old_loop_value_ptr) { in RunForEach()

Completed in 1 milliseconds