Searched defs:Mutate (Results 1 – 7 of 7) sorted by relevance
/external/libprotobuf-mutator/src/ |
D | mutator.cc | 46 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 …]
|
D | mutator_test.cc | 311 bool Mutate(const protobuf::Message& from, const protobuf::Message& to) { in Mutate() function
|
/external/syzkaller/pkg/ifuzz/ |
D | ifuzz.go | 135 func Mutate(cfg *Config, r *rand.Rand, text []byte) []byte { func
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerMutate.cpp | 272 size_t MutationDispatcher::Mutate(uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate() function in fuzzer::MutationDispatcher
|
/external/syzkaller/prog/ |
D | mutation.go | 14 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/ |
D | ARMCodeGenPrepare.cpp | 282 void IRPromoter::Mutate(Type *OrigTy, in Mutate() function in IRPromoter
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 689 bool Mutate(const uint8_t *dest, T t, size_t byte_width, in Mutate() function
|