Searched refs:UsesStaticLibrary (Results 1 – 1 of 1) sorted by relevance
1353 class UsesStaticLibrary : public ManifestExtractor::Element { class1355 UsesStaticLibrary() = default;1711 } else if (ElementCast<UsesStaticLibrary>(parent_stack[0])) { in Extract()1712 UsesStaticLibrary* uses = ElementCast<UsesStaticLibrary>(parent_stack[0]); in Extract()2229 {"uses-static-library", std::is_base_of<UsesStaticLibrary, T>::value}, in ElementCast()2278 {"uses-static-library", &CreateType<UsesStaticLibrary>}, in Inflate()