Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dischema.h29 FLATBUFFER = 2, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp138 estimateType = SchemaType::FLATBUFFER; in ParseFromSchemaString()
141 …const std::string &oriSchema = ((estimateType == SchemaType::FLATBUFFER) ? decoded : inSchemaStrin… in ParseFromSchemaString()
148 if (estimateType == SchemaType::FLATBUFFER) { in ParseFromSchemaString()
153 DisplaySchemaLineByLine(SchemaType::FLATBUFFER, flatbufferSchema_.GetDescription()); in ParseFromSchemaString()
154 schemaType_ = SchemaType::FLATBUFFER; in ParseFromSchemaString()
324 if (!isValid_ || schemaType_ != SchemaType::FLATBUFFER) { // LCOV_EXCL_BR_LINE in VerifyValue()
354 if (!isValid_ || schemaType_ != SchemaType::FLATBUFFER) { // LCOV_EXCL_BR_LINE in ExtractValue()
H A Dschema_utils.cpp488 {SchemaType::FLATBUFFER, "FLATBUFFER-SCHEMA"}, in SchemaTypeString()
H A Dflatbuffer_schema.cpp975 owner_.schemaType_ = SchemaType::FLATBUFFER; // For fix compile warning in ParseFlatBufferSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1722 …if (heapSchemaObj->GetSchemaType() != SchemaType::FLATBUFFER) { // Do not need to register FlatBuf… in RegisterFlatBufferFunction()
1727 … = sqlite3_create_function_v2(db, SchemaObject::GetExtractFuncName(SchemaType::FLATBUFFER).c_str(), in RegisterFlatBufferFunction()
1946 (schema->GetSchemaType() != SchemaType::FLATBUFFER)) { // LCOV_EXCL_BR_LINE in FlatBufferExtractByPath()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp176 const std::string SCHEMA_TYPE_STR_FLATBUFFER = R"("SCHEMA_TYPE": "FLATBUFFER",)";