Searched refs:labelVal (Results 1 – 2 of 2) sorted by relevance
31 std::u16string labelVal; in ReadFromParcel() local32 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, labelVal); in ReadFromParcel()33 label = Str16ToStr8(labelVal); in ReadFromParcel()
39 std::u16string labelVal; in ReadFromParcel() local40 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, labelVal); in ReadFromParcel()41 label = Str16ToStr8(labelVal); in ReadFromParcel()