Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_utils.h62 static int MakeTrans(const std::string &oriContent, size_t &pos);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_utils.cpp68 int SchemaUtils::MakeTrans(const std::string &oriContent, size_t &pos) in MakeTrans() function in DistributedDB::SchemaUtils
97 int id = MakeTrans(inAttrString, i); in SplitSchemaAttribute()