Home
last modified time | relevance | path

Searched refs:HAS_VALID_PROTOC (Results 1 – 2 of 2) 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
70 ifeq ($(HAS_VALID_PROTOC),true)
77 ifneq ($(HAS_VALID_PROTOC),true)
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile76 HAS_VALID_PROTOC = $(shell $(PROTOC_CHECK_CMD) 2> /dev/null && echo true || echo false) macro
81 ifeq ($(HAS_VALID_PROTOC),true)
88 ifneq ($(HAS_VALID_PROTOC),true)