OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRPC_CPP_PLUGIN_PATH
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/examples/cpp/route_guide/
Makefile
33
GRPC_CPP_PLUGIN_PATH
?= `which $(GRPC_CPP_PLUGIN)`
48
$(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(
GRPC_CPP_PLUGIN_PATH
) $<
/external/grpc-grpc/examples/cpp/helloworld/
Makefile
33
GRPC_CPP_PLUGIN_PATH
?= `which $(GRPC_CPP_PLUGIN)`
58
$(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(
GRPC_CPP_PLUGIN_PATH
) $<
Completed in 861 milliseconds