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

/frameworks/native/libs/binder/
H A DPersistableBundle.cpp143 mDoubleMap.size() +
157 RETURN_IF_ENTRY_ERASED(mDoubleMap, key);
184 mDoubleMap[key] = value;
235 return getValue(key, out, mDoubleMap);
279 return getKeys(mDoubleMap);
340 for (const auto& key_val_pair : mDoubleMap) {
434 RETURN_IF_FAILED(parcel->readDouble(&mDoubleMap[key]));
/frameworks/native/include/binder/
H A DPersistableBundle.h98 lhs.mLongMap == rhs.mLongMap && lhs.mDoubleMap == rhs.mDoubleMap &&
118 std::map<String16, double> mDoubleMap; member in class:android::os::PersistableBundle
/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h98 lhs.mLongMap == rhs.mLongMap && lhs.mDoubleMap == rhs.mDoubleMap &&
118 std::map<String16, double> mDoubleMap; member in class:android::os::PersistableBundle

Completed in 20 milliseconds