Searched defs:ImportModules (Results 1 – 2 of 2) sorted by relevance
77 struct ImportModules { struct78 bool has_repeated = false; // _containers79 bool has_iterable = false; // typing.Iterable80 bool has_messages = false; // _message81 bool has_enums = false; // _enum_type_wrapper82 bool has_extendable = false; // _python_message83 bool has_mapping = false; // typing.Mapping84 bool has_optional = false; // typing.Optional85 bool has_union = false; // typing.Uion
86 struct ImportModules { struct87 bool has_repeated = false; // _containers88 bool has_iterable = false; // typing.Iterable89 bool has_messages = false; // _message90 bool has_enums = false; // _enum_type_wrapper91 bool has_extendable = false; // _python_message92 bool has_mapping = false; // typing.Mapping93 bool has_optional = false; // typing.Optional94 bool has_union = false; // typing.Union95 bool has_well_known_type = false;