Home
last modified time | relevance | path

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

/third_party/grpc/examples/cpp/compression/
DMakefile67 HAS_VALID_PROTOC = $(shell $(PROTOC_CHECK_CMD) 2> /dev/null && echo true || echo false) macro
72 ifeq ($(HAS_VALID_PROTOC),true)
79 ifneq ($(HAS_VALID_PROTOC),true)
/third_party/grpc/examples/cpp/route_guide/
DMakefile67 HAS_VALID_PROTOC = $(shell $(PROTOC_CHECK_CMD) 2> /dev/null && echo true || echo false) macro
72 ifeq ($(HAS_VALID_PROTOC),true)
79 ifneq ($(HAS_VALID_PROTOC),true)
/third_party/grpc/examples/cpp/metadata/
DMakefile55 HAS_VALID_PROTOC = $(shell $(PROTOC_CHECK_CMD) 2> /dev/null && echo true || echo false) macro
59 ifeq ($(HAS_VALID_PROTOC),true)
65 ifneq ($(HAS_VALID_PROTOC),true)
/third_party/grpc/examples/cpp/load_balancing/
DMakefile67 HAS_VALID_PROTOC = $(shell $(PROTOC_CHECK_CMD) 2> /dev/null && echo true || echo false) macro
72 ifeq ($(HAS_VALID_PROTOC),true)
79 ifneq ($(HAS_VALID_PROTOC),true)
/third_party/grpc/examples/cpp/helloworld/
DMakefile78 HAS_VALID_PROTOC = $(shell $(PROTOC_CHECK_CMD) 2> /dev/null && echo true || echo false) macro
83 ifeq ($(HAS_VALID_PROTOC),true)
90 ifneq ($(HAS_VALID_PROTOC),true)