Home
last modified time | relevance | path

Searched refs:mutator_ (Results 1 – 4 of 4) sorted by relevance

/external/libprotobuf-mutator/src/
Dmutator.cc344 mutator_(mutator) {} in FieldMutator()
347 RepeatMutate(value, std::bind(&Mutator::MutateInt32, mutator_, _1)); in Mutate()
351 RepeatMutate(value, std::bind(&Mutator::MutateInt64, mutator_, _1)); in Mutate()
355 RepeatMutate(value, std::bind(&Mutator::MutateUInt32, mutator_, _1)); in Mutate()
359 RepeatMutate(value, std::bind(&Mutator::MutateUInt64, mutator_, _1)); in Mutate()
363 RepeatMutate(value, std::bind(&Mutator::MutateFloat, mutator_, _1)); in Mutate()
367 RepeatMutate(value, std::bind(&Mutator::MutateDouble, mutator_, _1)); in Mutate()
371 RepeatMutate(value, std::bind(&Mutator::MutateBool, mutator_, _1), 2); in Mutate()
376 std::bind(&Mutator::MutateEnum, mutator_, _1, value->count), in Mutate()
383 RepeatMutate(value, std::bind(&Mutator::MutateUtf8String, mutator_, _1, in Mutate()
[all …]
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Dunion_definition.tmpl61 {{union.name}}.prototype.mutate = function(mutator_) {
67 …mutator: function(val) { return {{generate_or_mutate('mutator_', 'mutate', field.kind, 'val.' ~ fi…
72 var result = mutator_.mutateUnionField(this, mutators);
Dstruct_definition.tmpl44 {{struct.name}}.prototype.mutate = function(mutator_) {
46 if (mutator_.chooseMutateField()) {
47 …this.{{field.name}} = {{generate_or_mutate('mutator_', 'mutate', field.kind, 'this.' ~ field.name)…
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DFuzzingLLVM.rst187 We can use libprotobuf-mutator_ in order to perform structured fuzzing and