Home
last modified time | relevance | path

Searched defs:include_paths (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc136 const std::vector<std::string>* include_paths, in generate_code()
165 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos()
175 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_services()
D_protoc_compiler.pyx115 def get_protos(bytes protobuf_path, list include_paths):
125 def get_services(bytes protobuf_path, list include_paths):
/external/linux-kselftest/tools/testing/selftests/kvm/
DMakefile80 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. macro
/external/flatbuffers/src/
Didl_parser.cpp2806 bool Parser::Parse(const char *source, const char **include_paths, in Parse()
2832 CheckedError Parser::ParseRoot(const char *source, const char **include_paths, in ParseRoot()
2913 CheckedError Parser::DoParse(const char *source, const char **include_paths, in DoParse()
/external/mesa3d/src/mesa/main/
Dshaderapi.c3199 struct sh_incl_path_entry **include_paths; member