Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtool.h126 const std::string& framework_switch() const { return framework_switch_; } in framework_switch()
129 framework_switch_ = std::move(s); in set_framework_switch()
282 std::string framework_switch_; variable
Dc_tool.cc196 !ReadString(scope, "framework_switch", &framework_switch_, err) || in InitTool()