Searched refs:num_fuzz_objects (Results 1 – 4 of 4) sorted by relevance
303 var num_fuzz_objects = 10000; // The higher, the more thorough :)313 for (var i = 0; i < num_fuzz_objects; i++) {344 for (var i = 0; i < num_fuzz_objects; i++) {
221 $num_fuzz_objects = 1000;230 for ($i = 0; $i < $num_fuzz_objects; $i++) {278 for ($i = 0; $i < $num_fuzz_objects; $i++) {
1288 const int num_fuzz_objects = 10000; // The higher, the more thorough :) in FuzzTest1() local1294 flatbuffers::uoffset_t objects[num_fuzz_objects]; in FuzzTest1()1298 for (int i = 0; i < num_fuzz_objects; i++) { in FuzzTest1()1328 for (int i = 0; i < num_fuzz_objects; i++) { in FuzzTest1()
1206 let num_fuzz_objects: isize = 1000; // The higher, the more thorough :) in table_of_mixed_scalars_fuzz() localVariable1211 let mut objects: Vec<flatbuffers::UOffsetT> = vec![0; num_fuzz_objects as usize]; in table_of_mixed_scalars_fuzz()1215 for i in 0..(num_fuzz_objects as usize) { in table_of_mixed_scalars_fuzz()1252 for i in 0..(num_fuzz_objects as usize) { in table_of_mixed_scalars_fuzz()