Home
last modified time | relevance | path

Searched defs:Mutate (Results 1 – 7 of 7) sorted by relevance

/external/libprotobuf-mutator/src/
Dmutator.cc46 Mutate, // Mutates field contents. enumerator
346 void Mutate(int32_t* value) const { in Mutate() function in protobuf_mutator::FieldMutator
350 void Mutate(int64_t* value) const { in Mutate() function in protobuf_mutator::FieldMutator
354 void Mutate(uint32_t* value) const { in Mutate() function in protobuf_mutator::FieldMutator
358 void Mutate(uint64_t* value) const { in Mutate() function in protobuf_mutator::FieldMutator
362 void Mutate(float* value) const { in Mutate() function in protobuf_mutator::FieldMutator
366 void Mutate(double* value) const { in Mutate() function in protobuf_mutator::FieldMutator
370 void Mutate(bool* value) const { in Mutate() function in protobuf_mutator::FieldMutator
374 void Mutate(FieldInstance::Enum* value) const { in Mutate() function in protobuf_mutator::FieldMutator
381 void Mutate(std::string* value) const { in Mutate() function in protobuf_mutator::FieldMutator
[all …]
Dmutator_test.cc311 bool Mutate(const protobuf::Message& from, const protobuf::Message& to) { in Mutate() function
/external/syzkaller/pkg/ifuzz/
Difuzz.go135 func Mutate(cfg *Config, r *rand.Rand, text []byte) []byte { func
/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp272 size_t MutationDispatcher::Mutate(uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate() function in fuzzer::MutationDispatcher
/external/syzkaller/prog/
Dmutation.go14 func (p *Prog) Mutate(rs rand.Source, ncalls int, ct *ChoiceTable, corpus []*Prog) { func
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp282 void IRPromoter::Mutate(Type *OrigTy, in Mutate() function in IRPromoter
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h689 bool Mutate(const uint8_t *dest, T t, size_t byte_width, in Mutate() function