Home
last modified time | relevance | path

Searched refs:python_generator (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/polly/lib/External/isl/interface/
Dpython.cc63 void python_generator::print_method_arguments(int first, int n_arg) in print_method_arguments()
96 void python_generator::print_method_header(bool is_static, const string &name, in print_method_header()
128 void python_generator::print_type_check(int indent, const string &type, in print_type_check()
167 void python_generator::print_type_checks(const string &cname, in print_type_checks()
190 void python_generator::print_copy(QualType type) in print_copy()
214 void python_generator::print_callback(ParmVarDecl *param, int arg) in print_callback()
298 void python_generator::print_arg_in_call(FunctionDecl *fd, const char *fmt, in print_arg_in_call()
390 void python_generator::print_method_return(int indent, const isl_class &clazz, in print_method_return()
445 void python_generator::print_get_method(const isl_class &clazz, in print_get_method()
470 void python_generator::print_method_call(int indent, const isl_class &clazz, in print_method_call()
[all …]
Dpython.h8 class python_generator : public generator {
13 python_generator(SourceManager &SM, set<RecordDecl *> &exported_types, in python_generator() function
Dextract_interface.cc506 gen = new python_generator(SM, consumer.exported_types, in generate()
/external/flatbuffers/grpc/src/compiler/
DBUILD64 name = "python_generator",
66 "python_generator.h",
78 "python_generator.cc",
81 "python_generator.h",
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc96 python::Generator python_generator; in TEST() local
98 cli.RegisterGenerator("--python_out", &python_generator, ""); in TEST()
133 python::Generator python_generator; in TEST() local
134 cli.RegisterGenerator("--python_out", &python_generator, ""); in TEST()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
DBUILD43 "python_generator.cc",
62 "python_generator.h",
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc169 ::google::protobuf::compiler::python::Generator python_generator; in protoc_get_protos()
170 return generate_code(&python_generator, protobuf_path, include_paths, in protoc_get_protos()
/external/flatbuffers/src/
DBUILD72 "//grpc/src/compiler:python_generator",
/external/python/cpython3/Tools/peg_generator/pegen/
Dtestutil.py17 from pegen.python_generator import PythonParserGenerator
Dbuild.py15 from pegen.python_generator import PythonParserGenerator
/external/protobuf/cmake/
Dextract_includes.bat.in38 ….\src\google\protobuf\compiler\python\python_generator.h" include\google\protobuf\compiler\python\
Dlibprotoc.cmake79 ${protobuf_source_dir}/src/google/protobuf/compiler/python/python_generator.cc
/external/flatbuffers/
DCMakeLists.txt117 grpc/src/compiler/python_generator.h
119 grpc/src/compiler/python_generator.cc
/external/python/cpython3/Lib/test/test_peg_generator/
Dtest_pegen.py20 from pegen.python_generator import PythonParserGenerator
/external/openscreen/third_party/protobuf/
DBUILD.gn446 "src/src/google/protobuf/compiler/python/python_generator.cc",
447 "src/src/google/protobuf/compiler/python/python_generator.h",
/external/protobuf/src/
DMakefile.am160 google/protobuf/compiler/python/python_generator.h \
439 google/protobuf/compiler/python/python_generator.cc \
/external/perfetto/buildtools/
DBUILD.gn550 "protobuf/src/google/protobuf/compiler/python/python_generator.cc",
551 "protobuf/src/google/protobuf/compiler/python/python_generator.h",
/external/protobuf/
DAndroid.bp360 "src/google/protobuf/compiler/python/python_generator.cc",
DBUILD380 "src/google/protobuf/compiler/python/python_generator.cc",
/external/grpc-grpc/
DAndroid.bp58 "src/compiler/python_generator.cc",
DBUILD397 "src/compiler/python_generator.cc",
414 "src/compiler/python_generator.h",
Dgrpc.gyp1604 'src/compiler/python_generator.cc',
/external/rust/crates/grpcio-sys/grpc/
DBUILD.gn1535 "src/compiler/python_generator.cc",
1536 "src/compiler/python_generator.h",
Dgrpc.gyp1605 'src/compiler/python_generator.cc',
DCMakeLists.txt3649 src/compiler/python_generator.cc

12