Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dmutator.cc60 NodeIdMap* out_node_id_map, in MaybeApplyMutation() argument
63 assert(out_node_id_map && "`out_node_id_map` may not be a nullptr"); in MaybeApplyMutation()
88 *out_node_id_map = std::move(new_node_id_map); in MaybeApplyMutation()
Dmutator.h58 NodeIdMap* out_node_id_map,