Searched refs:FlatBufferExtractByPath (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils.h | 215 static void FlatBufferExtractByPath(sqlite3_context *ctx, int argc, sqlite3_value **argv);
|
H A D | sqlite_utils.cpp | 1728 …3, SQLITE_UTF8 | SQLITE_DETERMINISTIC, heapSchemaObj, &FlatBufferExtractByPath, nullptr, nullptr, … in RegisterFlatBufferFunction() 1938 void SQLiteUtils::FlatBufferExtractByPath(sqlite3_context *ctx, int argc, sqlite3_value **argv) in FlatBufferExtractByPath() function in DistributedDB::SQLiteUtils
|