Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommands.h171 bool has_public() const { return has_public_; } in has_public()
228 bool has_public_ = false; variable
Dcommands.cc404 result.has_public_ = cmdline.HasSwitch("public"); in InitFrom()