Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/fuzzers/
Dmojo_fuzzer_message_dump.cc80 fuzz::mojom::FuzzUnionPtr union_struct_map = fuzz::mojom::FuzzUnion::New(); in GetStructMapFuzzUnion() local
83 union_struct_map->set_fuzz_struct_map(std::move(struct_map)); in GetStructMapFuzzUnion()
84 return union_struct_map; in GetStructMapFuzzUnion()
180 auto union_struct_map = in GetPopulatedFuzzStruct() local
188 auto fuzz_union_map = GetFuzzStructUnionMapValue(std::move(union_struct_map)); in GetPopulatedFuzzStruct()