Home
last modified time | relevance | path

Searched defs:DescValueWriter (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/tools/gn/
Dcommand_desc.cc320 template<typename T> struct DescValueWriter {}; struct
321 template<> struct DescValueWriter<std::string> { struct
322 void operator()(const std::string& str, std::ostream& out) const { in operator ()()
326 template<> struct DescValueWriter<SourceDir> { struct
327 void operator()(const SourceDir& dir, std::ostream& out) const { in operator ()()