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

  /frameworks/native/include/binder/
PersistableBundle.h 88 lhs.mDoubleVectorMap == rhs.mDoubleVectorMap &&
109 std::map<String16, std::vector<double>> mDoubleVectorMap;
  /frameworks/native/libs/binder/
PersistableBundle.cpp 147 mDoubleVectorMap.size() +
161 RETURN_IF_ENTRY_ERASED(mDoubleVectorMap, key);
208 mDoubleVectorMap[key] = value;
254 return getValue(key, out, mDoubleVectorMap);
320 for (const auto& key_val_pair : mDoubleVectorMap) {
418 RETURN_IF_FAILED(parcel->readDoubleVector(&mDoubleVectorMap[key]));

Completed in 125 milliseconds