Searched refs:pgoParam (Results 1 – 1 of 1) sorted by relevance
130 for (const auto &pgoParam : pgoParams) { in Marshalling() local131 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(pgoParam.first)); in Marshalling()132 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(pgoParam.second)); in Marshalling()