Searched refs:include_default (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/email/ |
D | iterators.py | 59 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/ |
D | meson.build | 38 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/ |
D | email.iterators.rst | 46 .. 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/ |
D | objectivec_field.cc | 198 io::Printer* printer, bool include_default) const { in GenerateFieldDescription() 200 if (include_default) { in GenerateFieldDescription()
|
D | objectivec_field.h | 73 io::Printer* printer, bool include_default) const;
|