Home
last modified time | relevance | path

Searched defs:HAS_PROTOC (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/examples/cpp/route_guide/
DMakefile63 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false) macro
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile74 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false) macro
/external/grpc-grpc/
DMakefile582 HAS_PROTOC ?= $(shell $(PROTOC_CHECK_CMD) 2> /dev/null && echo true || echo false) macro