Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/cpp/route_guide/
DMakefile65 HAS_VALID_PROTOC = $(shell $(PROTOC_CHECK_CMD) 2> /dev/null && echo true || echo false) macro
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile76 HAS_VALID_PROTOC = $(shell $(PROTOC_CHECK_CMD) 2> /dev/null && echo true || echo false) macro
/external/grpc-grpc/
DMakefile585 HAS_VALID_PROTOC ?= $(shell $(PROTOC_CHECK_VERSION_CMD) 2> /dev/null && echo true || echo false) macro
590 HAS_VALID_PROTOC = false macro