Searched defs:BlinkGCPluginOptions (Results 1 – 1 of 1) sorted by relevance
132 struct BlinkGCPluginOptions { struct133 BlinkGCPluginOptions() : enable_oilpan(false), dump_graph(false) {} in BlinkGCPluginOptions() argument134 bool enable_oilpan;135 bool dump_graph;136 std::set<std::string> ignored_classes;137 std::set<std::string> checked_namespaces;138 std::vector<std::string> ignored_directories;