Searched refs:FLATBUFFER (Results 1 – 6 of 6) sorted by relevance
29 FLATBUFFER = 2, enumerator
138 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()
488 {SchemaType::FLATBUFFER, "FLATBUFFER-SCHEMA"}, in SchemaTypeString()
975 owner_.schemaType_ = SchemaType::FLATBUFFER; // For fix compile warning in ParseFlatBufferSchema()
1722 …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()
176 const std::string SCHEMA_TYPE_STR_FLATBUFFER = R"("SCHEMA_TYPE": "FLATBUFFER",)";