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