Searched refs:tempMapKey (Results 1 – 1 of 1) sorted by relevance
533 std::string tempMapKey; in ReadFromParcel() local536 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, tempMapKey); in ReadFromParcel()539 tempMapKey.c_str(), tempMapVal.c_str()); in ReadFromParcel()540 extraElementValueStr_[tempMapKey] = tempMapVal; in ReadFromParcel()548 std::string tempMapKey; in ReadFromParcel() local554 tempMapKey.c_str(), tempMapVal); in ReadFromParcel()555 extraElementValueInt_[tempMapKey] = tempMapVal; in ReadFromParcel()566 std::string tempMapKey; in Marshalling() local568 tempMapKey = iterStr->first; in Marshalling()575 std::string tempMapKey; in Marshalling() local[all …]