Home
last modified time | relevance | path

Searched refs:leftInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp452 …std::sort(mmcInfos.begin(), mmcInfos.end(), [](const EMMCInfo &leftInfo, const EMMCInfo &rightInfo… in ExportEMMCInfo() argument
453 return leftInfo.name < rightInfo.name; in ExportEMMCInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp945 inline bool IsIndexInfoExactlyEqual(const IndexInfo &leftInfo, const IndexInfo &rightInfo) in IsIndexInfoExactlyEqual() argument
948 return leftInfo == rightInfo; in IsIndexInfoExactlyEqual()