Home
last modified time | relevance | path

Searched refs:num_fuzz_objects (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/
DJavaScriptTest.js303 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++) {
DphpTest.php221 $num_fuzz_objects = 1000;
230 for ($i = 0; $i < $num_fuzz_objects; $i++) {
278 for ($i = 0; $i < $num_fuzz_objects; $i++) {
Dtest.cpp1288 const int num_fuzz_objects = 10000; // The higher, the more thorough :) in FuzzTest1() local
1294 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()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs1206 let num_fuzz_objects: isize = 1000; // The higher, the more thorough :) in table_of_mixed_scalars_fuzz() localVariable
1211 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()