Lines Matching refs:bind
47 std::bind(&ProtoFuzzerMutator::ArrayRandomGen, this, _1); in ProtoFuzzerMutator()
49 std::bind(&ProtoFuzzerMutator::ArrayMutate, this, _1); in ProtoFuzzerMutator()
52 std::bind(&ProtoFuzzerMutator::EnumRandomGen, this, _1); in ProtoFuzzerMutator()
53 mutate_fns_[TYPE_ENUM] = std::bind(&ProtoFuzzerMutator::EnumMutate, this, _1); in ProtoFuzzerMutator()
69 std::bind(&ProtoFuzzerMutator::EnumRandomGen, this, _1); in ProtoFuzzerMutator()
70 mutate_fns_[TYPE_MASK] = std::bind(&ProtoFuzzerMutator::EnumMutate, this, _1); in ProtoFuzzerMutator()
76 std::bind(&ProtoFuzzerMutator::ScalarRandomGen, this, _1); in ProtoFuzzerMutator()
78 std::bind(&ProtoFuzzerMutator::ScalarMutate, this, _1); in ProtoFuzzerMutator()
81 std::bind(&ProtoFuzzerMutator::StringRandomGen, this, _1); in ProtoFuzzerMutator()
83 std::bind(&ProtoFuzzerMutator::StringMutate, this, _1); in ProtoFuzzerMutator()
86 std::bind(&ProtoFuzzerMutator::StructRandomGen, this, _1); in ProtoFuzzerMutator()
88 std::bind(&ProtoFuzzerMutator::StructMutate, this, _1); in ProtoFuzzerMutator()
91 std::bind(&ProtoFuzzerMutator::UnionRandomGen, this, _1); in ProtoFuzzerMutator()
93 std::bind(&ProtoFuzzerMutator::UnionMutate, this, _1); in ProtoFuzzerMutator()
96 std::bind(&ProtoFuzzerMutator::VectorRandomGen, this, _1); in ProtoFuzzerMutator()
98 std::bind(&ProtoFuzzerMutator::VectorMutate, this, _1); in ProtoFuzzerMutator()