Home
last modified time | relevance | path

Searched defs:UsesSdkLibrary (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/
H A DApkInfo.proto257 message UsesSdkLibrary { message
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/aapt2/libaapt2/linux_glibc_x86_64_static/gen/proto/frameworks/base/tools/aapt2/
DApkInfo.pb.cc422 PROTOBUF_CONSTEXPR UsesSdkLibrary::UsesSdkLibrary( in UsesSdkLibrary() function in aapt::pb::UsesSdkLibrary
8985 UsesSdkLibrary::UsesSdkLibrary(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UsesSdkLibrary() function in aapt::pb::UsesSdkLibrary
8991 UsesSdkLibrary::UsesSdkLibrary(const UsesSdkLibrary& from) in UsesSdkLibrary() function in aapt::pb::UsesSdkLibrary
DApkInfo.pb.h154 class UsesSdkLibrary; variable
5337 inline UsesSdkLibrary() : UsesSdkLibrary(nullptr) {} in UsesSdkLibrary() function
5342 UsesSdkLibrary(UsesSdkLibrary&& from) noexcept in UsesSdkLibrary() function
/aosp_15_r20/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1840 class UsesSdkLibrary : public ManifestExtractor::Element { class