Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dprobability_context.cc24 const std::pair<uint32_t, uint32_t> kChanceOfReplacingIdentifiers = {30, 70}; variable
31 RandomFromRange(kChanceOfReplacingIdentifiers)) { in ProbabilityContext()