Searched refs:UsesStaticLibrary (Results 1 – 2 of 2) sorted by relevance
67 repeated UsesStaticLibrary uses_static_libraries = 57;243 message UsesStaticLibrary { message
1769 class UsesStaticLibrary : public ManifestExtractor::Element { class1771 UsesStaticLibrary() = default;2323 } else if (ElementCast<UsesStaticLibrary>(parent_stack[0])) { in Extract()2324 UsesStaticLibrary* uses = ElementCast<UsesStaticLibrary>(parent_stack[0]); in Extract()2941 std::make_pair("uses-static-library", std::is_same<UsesStaticLibrary, T>::value), in GetExpectedTagForType()3012 {"uses-static-library", &CreateType<UsesStaticLibrary>}, in Inflate()