Lines Matching refs:proto
251 ## Find all of the .proto files under the named directories.
253 ## SRC_FILES := $(call all-proto-files-under,src)
256 define all-proto-files-under
259 find -L $(1) -name "*.proto" -and -not -name ".*") \
884 ## Commands for running protoc to compile .proto into .java
887 define transform-proto-to-java
903 ## Commands for running protoc to compile .proto into .pb.cc and .pb.h
905 define transform-proto-to-cc