Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DPersistableBundle.cpp154 mLongMap.size() + in size()
168 RETURN_IF_ENTRY_ERASED(mLongMap, key); in erase()
191 mLongMap[key] = value; in putLong()
243 return getValue(key, out, mLongMap); in getLong()
287 return getKeys(mLongMap); in getLongKeys()
347 for (const auto& key_val_pair : mLongMap) { in writeToParcelInner()
442 RETURN_IF_FAILED(parcel->readInt64(&mLongMap[key])); in readFromParcelInner()
/aosp12/frameworks/native/include/binder/
H A DPersistableBundle.h97 lhs.mLongMap == rhs.mLongMap && lhs.mDoubleMap == rhs.mDoubleMap &&
116 std::map<String16, int64_t> mLongMap; variable
/aosp12/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h97 lhs.mLongMap == rhs.mLongMap && lhs.mDoubleMap == rhs.mDoubleMap &&
116 std::map<String16, int64_t> mLongMap; variable