Home
last modified time | relevance | path

Searched defs:ImportModules (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/python/
Dpyi_generator.cc61 struct ImportModules { struct
62 bool has_repeated = false; // _containers
63 bool has_iterable = false; // typing.Iterable
64 bool has_messages = false; // _message
65 bool has_enums = false; // _enum_type_wrapper
66 bool has_extendable = false; // _python_message
67 bool has_mapping = false; // typing.Mapping
68 bool has_optional = false; // typing.Optional
69 bool has_union = false; // typing.Union
70 bool has_well_known_type = false;