Home
last modified time | relevance | path

Searched defs:CalcLength (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_row_data_impl.cpp24 int RelationalRowDataImpl::CalcLength() const in CalcLength() function in DistributedDB::RelationalRowDataImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dcalc_length.h50 class CalcLength { class
53 explicit CalcLength(const std::string& value) : calcValue_(value) in CalcLength() function in OHOS::Ace::NG::CalcLength
59 explicit CalcLength(double value, DimensionUnit unit = DimensionUnit::PX) : dimension_(value, unit) {}; in CalcLength() function in OHOS::Ace::NG::CalcLength
60 explicit CalcLength(const Dimension& dimension) : dimension_(dimension) {}; in CalcLength() function in OHOS::Ace::NG::CalcLength
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_row_data_set.cpp46 int RelationalRowDataSet::CalcLength() const in CalcLength() function in DistributedDB::RelationalRowDataSet
H A Dprepared_stmt.cpp59 uint32_t PreparedStmt::CalcLength() const in CalcLength() function in DistributedDB::PreparedStmt

Completed in 2 milliseconds