HomeSort by relevance Sort by last modified time
    Searched refs:mDoubleMap (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
PersistableBundle.cpp 142 mDoubleMap.size() +
156 RETURN_IF_ENTRY_ERASED(mDoubleMap, key);
183 mDoubleMap[key] = value;
234 return getValue(key, out, mDoubleMap);
278 return getKeys(mDoubleMap);
339 for (const auto& key_val_pair : mDoubleMap) {
433 RETURN_IF_FAILED(parcel->readDouble(&mDoubleMap[key]));
  /frameworks/native/libs/binder/include/binder/
PersistableBundle.h 98 lhs.mLongMap == rhs.mLongMap && lhs.mDoubleMap == rhs.mDoubleMap &&
118 std::map<String16, double> mDoubleMap;

Completed in 40 milliseconds