Home
last modified time | relevance | path

Searched refs:proto_filename (Results 1 – 10 of 10) 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/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_archrast.py135 proto_filename = args.proto
145 if not os.path.exists(proto_filename):
146 print('Error: Could not find proto file %s' % proto_filename, file=sys.stderr)
149 protos = parse_protos(proto_filename)
/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.h82 int load_b(const std::string &filename, const std::string &proto_filename);
Dbpf_module.cc962 int BPFModule::load_b(const string &filename, const string &proto_filename) { in load_b() argument
967 if (filename.empty() || proto_filename.empty()) { in load_b()
984 if (int rc = b_loader.parse(&*mod_, filename, proto_filename, *ts_, id_, in load_b()
/external/bcc/src/cc/includes/
Dbpf_common.h27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
Dbpf_module.h82 int load_b(const std::string &filename, const std::string &proto_filename);