Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
Diterators.py59 def _structure(msg, fp=None, level=0, include_default=False): argument
65 if include_default:
71 _structure(subpart, fp, level+1, include_default)
/third_party/libfuse/
Dmeson.build38 include_default = '''
57 cc.has_function(func, prefix: include_default, args: args_default))
67 prefix: include_default,
71 prefix: include_default,
/third_party/python/Doc/library/
Demail.iterators.rst46 .. function:: _structure(msg, fp=None, level=0, include_default=False)
83 *include_default*, if true, prints the default type as well.
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.cc198 io::Printer* printer, bool include_default) const { in GenerateFieldDescription()
200 if (include_default) { in GenerateFieldDescription()
Dobjectivec_field.h73 io::Printer* printer, bool include_default) const;