Searched refs:private_reference (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlUtil.cpp31 std::string BuildPackageNamespace(const StringPiece& package, bool private_reference) { argument
32 std::string result = private_reference ? kSchemaPrivatePrefix : kSchemaPublicPrefix;
72 in_ref->private_reference |= extracted_package.private_namespace;
H A DXmlUtil.h64 bool private_reference = false);
/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.cpp77 const bool private_namespace = pkg.private_namespace || ref.value().private_reference;
/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker.cpp97 attr_ref.private_reference = maybe_package.value().private_namespace;
H A DReferenceLinker.cpp179 if (symbol.is_public || ref.private_reference) {
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp114 private_reference == other->private_reference && id == other->id &&
154 if (private_reference) {
186 if (ref.private_reference) {
912 if (parent_ref.private_reference) {
H A DResourceUtils_test.cpp178 EXPECT_TRUE(ref.value().private_reference);
H A DResourceUtils.cpp262 result.private_reference = private_ref;
274 ref.private_reference = true;
300 value->private_reference = private_ref;
H A DResourceValues.h159 bool private_reference = false; member in struct:aapt::Reference
H A DDebug.cpp66 if (parent_ref.private_reference) {
/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize.cpp349 pb_ref->set_private_(ref.private_reference);
H A DProtoDeserialize.cpp575 out_ref->private_reference = pb_ref.private_();

Completed in 1688 milliseconds