Lines Matching refs:num_fuzz_objects
977 const int num_fuzz_objects = 10000; // The higher, the more thorough :)983 flatbuffers::uoffset_t objects[num_fuzz_objects];985 // Generate num_fuzz_objects random objects each consisting of987 for (int i = 0; i < num_fuzz_objects; i++) {1017 for (int i = 0; i < num_fuzz_objects; i++) {