Lines Matching refs:proto
239 ## Find all of the .proto files under the named directories.
241 ## SRC_FILES := $(call all-proto-files-under,src)
244 define all-proto-files-under
247 find $(1) -name "*.proto" -and -not -name ".*") \
838 ## Commands for running protoc to compile .proto into .java
841 define transform-proto-to-java
855 ## Commands for running protoc to compile .proto into .pb.cc and .pb.h
857 define transform-proto-to-cc