Home | History | Annotate | Download | only in aapt2

Lines Matching refs:Reference

44  * Returns true if the string was parsed as a reference
46 * `out_reference` set to the parsed reference.
48 * If '+' was present in the reference, `out_create` is set to true.
49 * If '*' was present in the reference, `out_private` is set to true.
55 * Returns true if the string is in the form of a resource reference
61 * Returns true if the string was parsed as an attribute reference
63 * with `out_reference` set to the parsed reference.
69 * reference(?[package:][type/]name).
101 * Returns a Reference, or None Maybe instance if the string `str` was parsed as
103 * valid reference to a style.
105 * reference:
111 Maybe<Reference> ParseStyleParentReference(const android::StringPiece& str, std::string* out_error);
114 * Returns a Reference if the string `str` was parsed as a valid XML attribute
120 Maybe<Reference> ParseXmlAttributeName(const android::StringPiece& str);
123 * Returns a Reference object if the string was parsed as a resource or
124 * attribute reference,
129 std::unique_ptr<Reference> TryParseReference(const android::StringPiece& str,
138 // Returns a Reference representing @null.
139 // Due to runtime compatibility issues, this is encoded as a reference with ID 0.
141 std::unique_ptr<Reference> MakeNull();
192 * reference to an ID that must be created (@+id/foo).