Searched refs:tbl (Results 1 – 1 of 1) sorted by relevance
103 const CompSpec *ProtoFuzzerMutator::RandomSelectIface(const IfaceDescTbl &tbl) { in RandomSelectIface() argument104 size_t rand_idx = rand_(tbl.size()); in RandomSelectIface()105 auto it = tbl.begin(); in RandomSelectIface()110 ExecSpec ProtoFuzzerMutator::RandomGen(const IfaceDescTbl &tbl, in RandomGen() argument115 const CompSpec *comp_spec = RandomSelectIface(tbl); in RandomGen()131 void ProtoFuzzerMutator::Mutate(const IfaceDescTbl &tbl, ExecSpec *exec_spec) { in Mutate() argument146 const CompSpec *comp_spec = RandomSelectIface(tbl); in Mutate()