Home
last modified time | relevance | path

Searched full:allow_in_fuzzing_config (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/experiments/
Dexperiments.yaml22 # allow_in_fuzzing_config: optional boolean (true if not specified)
85 allow_in_fuzzing_config: false
93 allow_in_fuzzing_config: false
156 allow_in_fuzzing_config: true
165 allow_in_fuzzing_config: true
172 allow_in_fuzzing_config: false # experiment currently crashes if enabled
Dconfig.h38 bool allow_in_fuzzing_config; member
/third_party/grpc/test/core/test_util/
Dfuzz_config_vars_helpers.cc32 if ((input & (1ull << i)) && metadata.allow_in_fuzzing_config) { in ValidateExperimentsStringForFuzzing()
/third_party/grpc/tools/codegen/core/
Dexperiments_compiler.py207 if "allow_in_fuzzing_config" in attributes:
209 "allow_in_fuzzing_config"
313 def allow_in_fuzzing_config(self): member in ExperimentDefinition
556 "true" if exp.allow_in_fuzzing_config else "false",