Free Electron
ext
json
jsoncpp
src
test_lib_json
fuzz.h
1
// Copyright 2007-2010 The JsonCpp Authors
2
// Distributed under MIT license, or public domain if desired and
3
// recognized in your jurisdiction.
4
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
6
#ifndef FUZZ_H_INCLUDED
7
#define FUZZ_H_INCLUDED
8
9
#include <cstddef>
10
#include <stdint.h>
11
12
extern
"C"
int
LLVMFuzzerTestOneInput(
const
uint8_t* data,
size_t
size
);
13
14
#endif // ifndef FUZZ_H_INCLUDED
fe::ext::DenseVector::size
U32 size(const DenseVector< T > &lhs)
Return number of elements.
Definition:
DenseVector.h:587
Generated by
1.8.13