Home | History | Annotate | Download | only in aapt2

Lines Matching full:maybe_id

862     Maybe<ResourceId> maybe_id = ResourceUtils::ParseResourceId(maybe_id_str.value());
863 if (!maybe_id) {
868 out_resource->id = maybe_id.value();
910 Maybe<ResourceId> maybe_id =
912 if (!maybe_id) {
919 ResourceId next_id = maybe_id.value();