Home
last modified time | relevance | path

Searched defs:proto_filename (Results 1 – 4 of 4) 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
/external/bcc/src/cc/frontends/b/
Dloader.cc35 int BLoader::parse(llvm::Module *mod, const string &filename, const string &proto_filename, in parse()
/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()
Dbpf_module.cc962 int BPFModule::load_b(const string &filename, const string &proto_filename) { in load_b()