Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:FLATBUFFER
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
ischema.h
29
FLATBUFFER
= 2,
member in DistributedDB::SchemaType
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
schema_object.cpp
138
estimateType = SchemaType::
FLATBUFFER
;
in ParseFromSchemaString()
141
const std::string &oriSchema = ((estimateType == SchemaType::
FLATBUFFER
) ? decoded : inSchemaString);
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
D
schema_utils.cpp
488
{SchemaType::
FLATBUFFER
, "
FLATBUFFER
-SCHEMA"},
in SchemaTypeString()
member in DistributedDB::SchemaType
H
A
D
flatbuffer_schema.cpp
975
owner_.schemaType_ = SchemaType::
FLATBUFFER
; // For fix compile warning
in ParseFlatBufferSchema()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_utils_extend.cpp
196
(schema->GetSchemaType() != SchemaType::
FLATBUFFER
)) { // LCOV_EXCL_BR_LINE
in FlatBufferExtractByPath()
H
A
D
sqlite_utils.cpp
1715
if (heapSchemaObj->GetSchemaType() != SchemaType::
FLATBUFFER
) { // Do not need to register FlatBufferExtract
in RegisterFlatBufferFunction()
1720
errCode = sqlite3_create_function_v2(db, SchemaObject::GetExtractFuncName(SchemaType::
FLATBUFFER
).c_str(),
in RegisterFlatBufferFunction()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H
A
D
distributeddb_relational_schema_object_test.cpp
176
const std::string SCHEMA_TYPE_STR_FLATBUFFER = R"("SCHEMA_TYPE": "
FLATBUFFER
",)";
Completed in 10 milliseconds