Searched refs:FuzzType (Results 1 – 1 of 1) sorted by relevance
41 struct FuzzType { struct46 FuzzType() {} in FuzzType() argument47 FuzzType(int a, float b, const std::string& c) : a(a), b(b), c(c) {} in FuzzType() argument50 PDX_SERIALIZABLE_MEMBERS(FuzzType, a, b, c);75 FuzzType t1_val{reinterpret_cast<int>(i32_val), f_val, s_val}; in FuzzSerializeDeserialize()