Searched refs:python_out (Results 1 – 6 of 6) sorted by relevance
105 string python_out = "--python_out=" + TestTempDir(); in TEST() local111 python_out.c_str(), in TEST()144 string python_out = "--python_out=" + TestTempDir(); in TEST() local145 const char* argv[] = {"protoc", proto_path.c_str(), "-I.", python_out.c_str(), in TEST()
193 …) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_out=. $(conformance_…194 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --python_out=. $(well_…204 …$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --objc_out=$$oldpwd --python_out=$$oldpwd $(confo…205 …cdir)/src --cpp_out=$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --python_out=$$oldpwd $(well_…
55 --cpp_out=$TEST_TMPDIR/testzip.zip --python_out=$TEST_TMPDIR/testzip.zip \
95 …COMMAND ${Protobuf_PROTOC_EXECUTABLE} --python_out ${CMAKE_CURRENT_BINARY_DIR} ${_protobuf_includ…
63 args += ["--python_out=" + ctx.var["GENDIR"] + "/" + gen_dir]
953 protoc --java_out=myproto_srcs.jar --python_out=myproto.zip myproto.proto