Home
last modified time | relevance | path

Searched defs:transRes (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_utils.cpp168 int transRes = strtol(defaultContent.c_str(), nullptr, 10); // 10: decimal in TransToInteger() local
190 int64_t transRes = strtoll(defaultContent.c_str(), nullptr, 10); // 10: decimal in TransToLong() local
231 double transRes = std::strtod(defaultContent.c_str(), &end); in TransToDouble() local