Searched refs:intMap_ (Results 1 – 2 of 2) sorted by relevance
42 FALSE_RETURN_V_MSG_E(intMap_.size() < MAX_MAP_SIZE, false, in WriteToParcel()44 FALSE_RETURN_V_MSG_E(parcel.WriteInt32(intMap_.size()), false, "write intMap.size() failed"); in WriteToParcel()45 for (auto &it : intMap_) { in WriteToParcel()121 intMap_.emplace(key, value); in Add()141 return intMap_; in GetIntMap()190 if (intMap_.find(key) != intMap_.end()) { in GetIntValue()191 return intMap_.find(key)->second; in GetIntValue()226 if (intMap_.find(key) != intMap_.end()) { in UpdateIntMap()227 intMap_[key] = value; in UpdateIntMap()
69 std::map<std::string, int32_t> intMap_; variable