Home
last modified time | relevance | path

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

/external/python/jinja/src/jinja2/
Dparser.py186 target = self.parse_assign_target(with_namespace=True)
405 with_namespace=False, argument
415 if with_namespace and self.stream.look().type == "dot":
/external/libchrome/third_party/jinja2/
Dparser.py179 target = self.parse_assign_target(with_namespace=True)
397 extra_end_rules=None, with_namespace=False): argument
406 if with_namespace and self.stream.look().type == 'dot':
/external/perfetto/src/protozero/protoc_plugin/
Dcppgen_plugin.cc84 std::string GetFullName(const T* msg, bool with_namespace = false) const { in GetFullName() argument
91 if (with_namespace) { in GetFullName()