Searched defs:OpRegistration (Results 1 – 1 of 1) sorted by relevance
204 struct OpRegistration { struct205 string name;209 bool compilation_only = false;213 bool allow_resource_types = false;217 bool allow_variant_types = false;243 static bool IsCompatible(const OpRegistration& x, const OpRegistration& y); argument