Searched refs:UsesStaticLibrary (Results 1 – 1 of 1) sorted by relevance
1424 class UsesStaticLibrary : public ManifestExtractor::Element { class1426 UsesStaticLibrary() = default;1805 } else if (ElementCast<UsesStaticLibrary>(parent_stack[0])) { in Extract()1806 UsesStaticLibrary* uses = ElementCast<UsesStaticLibrary>(parent_stack[0]); in Extract()2381 {"uses-static-library", std::is_base_of<UsesStaticLibrary, T>::value}, in ElementCast()2435 {"uses-static-library", &CreateType<UsesStaticLibrary>}, in Inflate()