Home
last modified time | relevance | path

Searched defs:protoc (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/python/
Dsetup.py24 protoc = os.environ['PROTOC'] variable
26 protoc = "../src/protoc" variable
28 protoc = "../src/protoc.exe" variable
30 protoc = "../vsprojects/Debug/protoc.exe" variable
32 protoc = "../vsprojects/Release/protoc.exe" variable
34 protoc = find_executable("protoc") variable
/third_party/protobuf/cmake/
Dprotoc.cmake11 add_executable(protoc ${protoc_files} ${protoc_rc_files}) target
/third_party/protobuf/
Dconfigure.ac70 AC_ARG_WITH([protoc], optwith
/third_party/protobuf/src/
DMakefile.am471 bin_PROGRAMS = protoc program
709 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
/third_party/protobuf/js/
Dgulpfile.js9 var protoc = process.env.PROTOC || '../src/protoc'; variable