Searched refs:CompSpec (Results 1 – 6 of 6) sorted by relevance
32 const CompSpec *comp_spec_;43 explicit ProtoFuzzerRunner(const std::vector<CompSpec> &comp_specs);63 const CompSpec *FindCompSpec(std::string);68 DriverBase *LoadInterface(const CompSpec &, uint64_t);73 std::unordered_map<std::string, CompSpec> comp_specs_;
35 using CompSpec = ComponentSpecificationMessage; variable73 std::vector<CompSpec> comp_specs_;89 const CompSpec &FindCompSpec(const std::vector<CompSpec> &,95 const std::vector<CompSpec> &);
73 const CompSpec *RandomSelectIface(const IfaceDescTbl &);
40 static string GetDriverName(const CompSpec &comp_spec) { in GetDriverName()49 static string GetServiceName(const CompSpec &comp_spec) { in GetServiceName()126 DriverBase *ProtoFuzzerRunner::LoadInterface(const CompSpec &comp_spec, in LoadInterface()149 ProtoFuzzerRunner::ProtoFuzzerRunner(const vector<CompSpec> &comp_specs) { in ProtoFuzzerRunner()159 const CompSpec *comp_spec = FindCompSpec(iface_name); in Init()221 const CompSpec *comp_spec = FindCompSpec(iface_name); in ProcessReturnValue()237 const CompSpec *ProtoFuzzerRunner::FindCompSpec(std::string name) { in FindCompSpec()
68 static void TrimCompSpec(CompSpec *comp_spec) { in TrimCompSpec()81 static vector<CompSpec> ExtractCompSpecs(string arg) { in ExtractCompSpecs()82 vector<CompSpec> result{}; in ExtractCompSpecs()97 CompSpec comp_spec{}; in ExtractCompSpecs()167 const vector<CompSpec> &specs) { in ExtractPredefinedTypes()
103 const CompSpec *ProtoFuzzerMutator::RandomSelectIface(const IfaceDescTbl &tbl) { in RandomSelectIface()115 const CompSpec *comp_spec = RandomSelectIface(tbl); in RandomGen()146 const CompSpec *comp_spec = RandomSelectIface(tbl); in Mutate()