Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dmessage_transform.h25 using ComputeLengthFunc = std::function<uint32_t(const Message *inMsg)>; variable
30 ComputeLengthFunc computeFunc;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_serialize_manager.cpp129 ComputeLengthFunc computeFunc = nullptr; in CalculateLen()