|
LLVM
4.0.0
|
#include <FuzzerDictionary.h>
Public Member Functions | |
| FixedWord () | |
| FixedWord (const uint8_t *B, uint8_t S) | |
| void | Set (const uint8_t *B, uint8_t S) |
| bool | operator== (const FixedWord< kMaxSize > &w) const |
| bool | operator< (const FixedWord< kMaxSize > &w) const |
| const uint8_t * | data () const |
| uint8_t | size () const |
Static Public Member Functions | |
| static size_t | GetMaxSize () |
Definition at line 23 of file FuzzerDictionary.h.
|
inline |
Definition at line 25 of file FuzzerDictionary.h.
|
inline |
Definition at line 26 of file FuzzerDictionary.h.
|
inline |
Definition at line 45 of file FuzzerDictionary.h.
Referenced by fuzzer::DictionaryEntry::Print(), and fuzzer::PrintASCII().
|
inlinestatic |
Definition at line 44 of file FuzzerDictionary.h.
|
inline |
Definition at line 38 of file FuzzerDictionary.h.
|
inline |
Definition at line 34 of file FuzzerDictionary.h.
|
inline |
Definition at line 28 of file FuzzerDictionary.h.
Referenced by fuzzer::FixedWord< 27 >::FixedWord().
|
inline |
Definition at line 46 of file FuzzerDictionary.h.
Referenced by fuzzer::DictionaryEntry::Print(), and fuzzer::PrintASCII().
1.8.6