Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpyi_generator.cc113 ImportModules* import_modules) { in CheckImportModules()
198 ImportModules import_modules; in PrintImports() local
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/python/
H A Dpyi_generator.cc113 ImportModules* import_modules) { in CheckImportModules()
198 ImportModules import_modules; in PrintImports() local
/aosp_15_r20/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
H A Dpython_protos.py105 def import_modules(directory: Path | str) -> Iterator: function