Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_pyi_generator.cc77 struct ImportModules { struct
78 bool has_repeated = false; // _containers
79 bool has_iterable = false; // typing.Iterable
80 bool has_messages = false; // _message
81 bool has_enums = false; // _enum_type_wrapper
82 bool has_extendable = false; // _python_message
83 bool has_mapping = false; // typing.Mapping
84 bool has_optional = false; // typing.Optional
85 bool has_union = false; // typing.Uion
/external/protobuf/src/google/protobuf/compiler/python/
Dpyi_generator.cc86 struct ImportModules { struct
87 bool has_repeated = false; // _containers
88 bool has_iterable = false; // typing.Iterable
89 bool has_messages = false; // _message
90 bool has_enums = false; // _enum_type_wrapper
91 bool has_extendable = false; // _python_message
92 bool has_mapping = false; // typing.Mapping
93 bool has_optional = false; // typing.Optional
94 bool has_union = false; // typing.Union
95 bool has_well_known_type = false;