Home
last modified time | relevance | path

Searched refs:FuzzType (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx/fuzz/
Dserialization_fuzzer.cpp41 struct FuzzType { struct
46 FuzzType() {} in FuzzType() argument
47 FuzzType(int a, float b, const std::string& c) : a(a), b(b), c(c) {} in FuzzType() argument
50 PDX_SERIALIZABLE_MEMBERS(FuzzType, a, b, c);
75 FuzzType t1_val{reinterpret_cast<int>(i32_val), f_val, s_val}; in FuzzSerializeDeserialize()