Home | History | Annotate | Download | only in core

Lines Matching refs:proto

246 ## Find all of the .proto files under the named directories.
248 ## SRC_FILES := $(call all-proto-files-under,src)
251 define all-proto-files-under
254 find $(1) -name "*.proto" -and -not -name ".*") \
846 ## Commands for running protoc to compile .proto into .java
849 define transform-proto-to-java
865 ## Commands for running protoc to compile .proto into .pb.cc and .pb.h
867 define transform-proto-to-cc