Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_row_data_impl.h29 std::size_t GetColSize() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_row_data.h28 virtual std::size_t GetColSize() = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_row_data_impl.cpp19 std::size_t RelationalRowDataImpl::GetColSize() in GetColSize() function in DistributedDB::RelationalRowDataImpl