Searched refs:mLongMap (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
H A DPersistableBundle.cpp142 mLongMap.size() +
156 RETURN_IF_ENTRY_ERASED(mLongMap, key);
179 mLongMap[key] = value;
231 return getValue(key, out, mLongMap);
275 return getKeys(mLongMap);
335 for (const auto& key_val_pair : mLongMap) {
430 RETURN_IF_FAILED(parcel->readInt64(&mLongMap[key]));
/frameworks/native/include/binder/
H A DPersistableBundle.h98 lhs.mLongMap == rhs.mLongMap && lhs.mDoubleMap == rhs.mDoubleMap &&
117 std::map<String16, int64_t> mLongMap; member in class:android::os::PersistableBundle
/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h98 lhs.mLongMap == rhs.mLongMap && lhs.mDoubleMap == rhs.mDoubleMap &&
117 std::map<String16, int64_t> mLongMap; member in class:android::os::PersistableBundle

Completed in 218 milliseconds