Searched refs:HAS_PLUGIN (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/examples/cpp/compression/ |
D | Makefile | 69 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false) macro 73 ifeq ($(HAS_PLUGIN),true) 94 ifneq ($(HAS_PLUGIN),true)
|
/third_party/grpc/examples/cpp/route_guide/ |
D | Makefile | 69 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false) macro 73 ifeq ($(HAS_PLUGIN),true) 94 ifneq ($(HAS_PLUGIN),true)
|
/third_party/grpc/examples/cpp/metadata/ |
D | Makefile | 57 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false) macro 60 ifeq ($(HAS_PLUGIN),true) 80 ifneq ($(HAS_PLUGIN),true)
|
/third_party/grpc/examples/cpp/load_balancing/ |
D | Makefile | 69 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false) macro 73 ifeq ($(HAS_PLUGIN),true) 94 ifneq ($(HAS_PLUGIN),true)
|
/third_party/grpc/examples/cpp/helloworld/ |
D | Makefile | 80 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false) macro 84 ifeq ($(HAS_PLUGIN),true) 105 ifneq ($(HAS_PLUGIN),true)
|