Home
last modified time | relevance | path

Searched refs:proto_filename (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/proto/
Dgen_build_yaml.py24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): argument
25 if not proto_filename in visited:
26 visited.append(proto_filename)
27 with open(proto_filename) as inp:
/external/bcc/src/cc/frontends/b/
Dloader.cc35 int BLoader::parse(llvm::Module *mod, const string &filename, const string &proto_filename, in parse() argument
39 proto_parser_ = make_unique<ebpf::cc::Parser>(proto_filename); in parse()
Dloader.h40 int parse(llvm::Module *mod, const std::string &filename, const std::string &proto_filename,
/external/bcc/src/cc/
Dbpf_common.cc20 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags) { in bpf_module_create_b() argument
22 if (mod->load_b(filename, proto_filename) != 0) { in bpf_module_create_b()
Dbpf_common.h27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
Dbpf_module.cc564 int BPFModule::load_b(const string &filename, const string &proto_filename) { in load_b() argument
569 if (filename.empty() || proto_filename.empty()) { in load_b()
586 if (int rc = b_loader.parse(&*mod_, filename, proto_filename, *ts_, id_, in load_b()
Dbpf_module.h86 int load_b(const std::string &filename, const std::string &proto_filename);
/external/bcc/src/cc/includes/
Dbpf_common.h27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
Dbpf_module.h86 int load_b(const std::string &filename, const std::string &proto_filename);