OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAS_PROTOC
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/examples/cpp/route_guide/
Makefile
63
HAS_PROTOC
= $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false)
64
ifeq ($(
HAS_PROTOC
),true)
/external/grpc-grpc/examples/cpp/helloworld/
Makefile
74
HAS_PROTOC
= $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false)
75
ifeq ($(
HAS_PROTOC
),true)
Completed in 2264 milliseconds