Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dsetup.py25 protoc = os.environ['PROTOC'] variable
27 protoc = "../src/protoc" variable
29 protoc = "../src/protoc.exe" variable
31 protoc = "../vsprojects/Debug/protoc.exe" variable
33 protoc = "../vsprojects/Release/protoc.exe" variable
35 protoc = find_executable("protoc") variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dprotoc.cmake5 add_executable(protoc ${protoc_files}) target
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dconfigure.ac55 AC_ARG_WITH([protoc], optwith
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/
DMakefile.am477 bin_PROGRAMS = protoc program
682 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dgulpfile.js9 var protoc = process.env.PROTOC || '../src/protoc'; variable