Searched refs:num_fuzz_objects (Results 1 – 4 of 4) sorted by relevance
301 var num_fuzz_objects = 10000; // The higher, the more thorough :)311 for (var i = 0; i < num_fuzz_objects; i++) {342 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++) {
977 const int num_fuzz_objects = 10000; // The higher, the more thorough :) in FuzzTest1() local983 flatbuffers::uoffset_t objects[num_fuzz_objects]; in FuzzTest1()987 for (int i = 0; i < num_fuzz_objects; i++) { in FuzzTest1()1017 for (int i = 0; i < num_fuzz_objects; i++) { in FuzzTest1()
1029 let num_fuzz_objects: isize = 1000; // The higher, the more thorough :) in table_of_mixed_scalars_fuzz() localVariable1034 let mut objects: Vec<flatbuffers::UOffsetT> = vec![0; num_fuzz_objects as usize]; in table_of_mixed_scalars_fuzz()1038 for i in 0..(num_fuzz_objects as usize) { in table_of_mixed_scalars_fuzz()1075 for i in 0..(num_fuzz_objects as usize) { in table_of_mixed_scalars_fuzz()