Home | History | Annotate | Download | only in aapt2

Lines Matching refs:err_str

142   std::string err_str;
143 Maybe<Reference> ref = ResourceUtils::ParseStyleParentReference("@android:style/foo", &err_str);
147 ref = ResourceUtils::ParseStyleParentReference("@style/foo", &err_str);
151 ref = ResourceUtils::ParseStyleParentReference("?android:style/foo", &err_str);
155 ref = ResourceUtils::ParseStyleParentReference("?style/foo", &err_str);
159 ref = ResourceUtils::ParseStyleParentReference("android:style/foo", &err_str);
163 ref = ResourceUtils::ParseStyleParentReference("android:foo", &err_str);
167 ref = ResourceUtils::ParseStyleParentReference("@android:foo", &err_str);
171 ref = ResourceUtils::ParseStyleParentReference("foo", &err_str);
175 ref = ResourceUtils::ParseStyleParentReference("*android:style/foo", &err_str);