Searched refs:SupportsInput (Results 1 – 1 of 1) sorted by relevance
1544 class SupportsInput : public ManifestExtractor::Element { class1546 SupportsInput() = default;1570 if (name && ElementCast<SupportsInput>(parent_stack[0])) { in Extract()1571 SupportsInput* supports = ElementCast<SupportsInput>(parent_stack[0]); in Extract()2220 {"supports-input", std::is_base_of<SupportsInput, T>::value}, in ElementCast()2270 {"supports-input", &CreateType<SupportsInput>}, in Inflate()