Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DPersistableBundle.cpp155 mDoubleMap.size() + in size()
169 RETURN_IF_ENTRY_ERASED(mDoubleMap, key); in erase()
196 mDoubleMap[key] = value; in putDouble()
247 return getValue(key, out, mDoubleMap); in getDouble()
291 return getKeys(mDoubleMap); in getDoubleKeys()
352 for (const auto& key_val_pair : mDoubleMap) { in writeToParcelInner()
446 RETURN_IF_FAILED(parcel->readDouble(&mDoubleMap[key])); in readFromParcelInner()
/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h97 lhs.mLongMap == rhs.mLongMap && lhs.mDoubleMap == rhs.mDoubleMap &&
117 std::map<String16, double> mDoubleMap; variable
/frameworks/native/include/binder/
DPersistableBundle.h97 lhs.mLongMap == rhs.mLongMap && lhs.mDoubleMap == rhs.mDoubleMap &&
117 std::map<String16, double> mDoubleMap; variable