Home | History | Annotate | Download | only in tests

Lines Matching refs:num_fuzz_objects

696   const int num_fuzz_objects = 10000;  // The higher, the more thorough :)
702 flatbuffers::uoffset_t objects[num_fuzz_objects];
704 // Generate num_fuzz_objects random objects each consisting of
706 for (int i = 0; i < num_fuzz_objects; i++) {
736 for (int i = 0; i < num_fuzz_objects; i++) {