Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tools/aapt2/
H A DApkInfo.proto299 message UsesPackage { 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.cc498 PROTOBUF_CONSTEXPR UsesPackage::UsesPackage( in UsesPackage() function in aapt::pb::UsesPackage
10533 UsesPackage::UsesPackage(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UsesPackage() function in aapt::pb::UsesPackage
10539 UsesPackage::UsesPackage(const UsesPackage& from) in UsesPackage() function in aapt::pb::UsesPackage
DApkInfo.pb.h142 class UsesPackage; variable
6346 inline UsesPackage() : UsesPackage(nullptr) {} in UsesPackage() function
6351 UsesPackage(UsesPackage&& from) noexcept in UsesPackage() function
/aosp_15_r20/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp2253 class UsesPackage : public ManifestExtractor::Element { class