Home
last modified time | relevance | path

Searched refs:new_switches (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dcommands.cc382 CommandSwitches CommandSwitches::Set(CommandSwitches new_switches) { in Set() argument
386 s_global_switches_ = std::move(new_switches); in Set()
Dcommands.h209 static CommandSwitches Set(CommandSwitches new_switches);