Home
last modified time | relevance | path

Searched refs:HAS_PROTOC (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/examples/cpp/compression/
DMakefile65 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false) macro
66 ifeq ($(HAS_PROTOC),true)
/third_party/grpc/examples/cpp/route_guide/
DMakefile65 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false) macro
66 ifeq ($(HAS_PROTOC),true)
/third_party/grpc/examples/cpp/metadata/
DMakefile53 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false) macro
54 ifeq ($(HAS_PROTOC),true)
/third_party/grpc/examples/cpp/load_balancing/
DMakefile65 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false) macro
66 ifeq ($(HAS_PROTOC),true)
/third_party/grpc/examples/cpp/helloworld/
DMakefile76 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false) macro
77 ifeq ($(HAS_PROTOC),true)