Home
last modified time | relevance | path

Searched defs:ByteWithPayload (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/libcxx/fuzzing/
H A Dfuzz.h23 struct ByteWithPayload { struct
27 ByteWithPayload(std::uint8_t k) : key(k), payload(0) { } in ByteWithPayload() argument
28 ByteWithPayload(std::uint8_t k, std::size_t p) : key(k), payload(p) { } in ByteWithPayload() function
39 bool operator()(ByteWithPayload const& x, ByteWithPayload const& y) const in operator() argument
44 bool operator()(ByteWithPayload const& x, ByteWithPayload const& y) const in operator() argument
49 bool operator()(ByteWithPayload const& x, ByteWithPayload const& y) const { in operator() argument
54 friend void swap(ByteWithPayload& lhs, ByteWithPayload& rhs) { in swap() argument