Lines Matching full:namespaces
194 std::set<std::string> namespaces;
200 // Gather all parent namespaces for this namespace
207 namespaces.insert(namespace_so_far);
211 // Make sure parent namespaces come before child namespaces
213 namespaces.begin(), namespaces.end());
216 // Emit namespaces in a form that Closure Compiler can optimize