Searched refs:num_fuzz_objects (Results 1 – 4 of 4) sorted by relevance
381 var num_fuzz_objects = 10000; // The higher, the more thorough :)391 for (var i = 0; i < num_fuzz_objects; i++) {422 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++) {
1575 const int num_fuzz_objects = 10000; // The higher, the more thorough :) in FuzzTest1() local1581 flatbuffers::uoffset_t objects[num_fuzz_objects]; in FuzzTest1()1585 for (int i = 0; i < num_fuzz_objects; i++) { in FuzzTest1()1615 for (int i = 0; i < num_fuzz_objects; i++) { in FuzzTest1()
1469 let num_fuzz_objects: isize = 1000; // The higher, the more thorough :) in table_of_mixed_scalars_fuzz() localVariable1474 let mut objects: Vec<flatbuffers::UOffsetT> = vec![0; num_fuzz_objects as usize]; in table_of_mixed_scalars_fuzz()1478 for i in 0..(num_fuzz_objects as usize) { in table_of_mixed_scalars_fuzz()1515 for i in 0..(num_fuzz_objects as usize) { in table_of_mixed_scalars_fuzz()