Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_pyi_generator.cc91 ImportModules* import_modules) { in CheckImportModules()
152 ImportModules import_modules; in PrintImports() local
/external/protobuf/src/google/protobuf/compiler/python/
Dpyi_generator.cc113 ImportModules* import_modules) { in CheckImportModules()
198 ImportModules import_modules; in PrintImports() local
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dpython_protos.py101 def import_modules(directory: PathOrStr) -> Iterator: function