Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc86 std::string GetFwdDeclType(const Descriptor* msg, bool with_namespace = false) { in GetFwdDeclType() argument
93 if (with_namespace) { in GetFwdDeclType()
/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':