Searched refs:tempMapVal (Results 1 – 1 of 1) sorted by relevance
534 std::string tempMapVal; in ReadFromParcel() local539 tempMapKey.c_str(), tempMapVal.c_str()); in ReadFromParcel()540 extraElementValueStr_[tempMapKey] = tempMapVal; in ReadFromParcel()549 int32_t tempMapVal; in ReadFromParcel() local552 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, tempMapVal); in ReadFromParcel()554 tempMapKey.c_str(), tempMapVal); in ReadFromParcel()555 extraElementValueInt_[tempMapKey] = tempMapVal; in ReadFromParcel()567 std::string tempMapVal; in Marshalling() local569 tempMapVal = iterStr->second; in Marshalling()576 int32_t tempMapVal; in Marshalling() local[all …]