Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dspirv_opt_mutator.cc75 SpirvOptMutator::Result SpirvOptMutator::Mutate() { in Mutate() function in tint::fuzzers::spvtools_fuzzer::SpirvOptMutator
Dspirv_fuzz_mutator.cc62 Mutator::Result SpirvFuzzMutator::Mutate() { in Mutate() function in tint::fuzzers::spvtools_fuzzer::SpirvFuzzMutator
Dspirv_reduce_mutator.cc89 Mutator::Result SpirvReduceMutator::Mutate() { in Mutate() function in tint::fuzzers::spvtools_fuzzer::SpirvReduceMutator
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dmutator.cc112 tint::Program Mutate(tint::Program program, in Mutate() function
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerMutate.cpp474 size_t MutationDispatcher::Mutate(uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate() function in fuzzer::MutationDispatcher
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp675 void IRPromoter::Mutate() { in Mutate() function in IRPromoter
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py372 def Mutate(self, value): member in String
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h737 bool Mutate(const uint8_t *dest, T t, size_t byte_width, in Mutate() function