Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp345 inline std::string DoExtractString(const flatbuffers::Table &rootValue, const reflection::Field &fi… in DoExtractString() function
393 outExtract.second.stringValue = DoExtractString(rootValue, fieldInfo); in DoExtractValue()