Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_cpp_generator.py53 include_variant=False, add_same_module_namespaces=False): argument
55 if self._ShouldIncludeNamespace(add_same_module_namespaces):
64 def FormatForCpp(self, add_same_module_namespaces=False, internal=False): argument
67 add_same_module_namespaces=add_same_module_namespaces,
71 return self.Format(".", add_same_module_namespaces=True)
96 def _ShouldIncludeNamespace(self, add_same_module_namespaces): argument
97 return add_same_module_namespaces or self._token.imported_from
134 internal=internal, add_same_module_namespaces=True)