Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/experiments/
Dconfig.h57 bool allow_in_fuzzing_config; member
/external/grpc-grpc/test/core/util/
Dfuzz_config_vars_helpers.cc33 if ((input & (1ull << i)) && metadata.allow_in_fuzzing_config) { in ValidateExperimentsStringForFuzzing()
/external/grpc-grpc/src/core/lib/experiments/
Dconfig.h37 bool allow_in_fuzzing_config; member
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dexperiments_compiler.py212 def allow_in_fuzzing_config(self): member in ExperimentDefinition
349 'true' if exp.allow_in_fuzzing_config else 'false'),
/external/grpc-grpc/tools/codegen/core/
Dexperiments_compiler.py302 def allow_in_fuzzing_config(self): member in ExperimentDefinition
545 "true" if exp.allow_in_fuzzing_config else "false",