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:hasDefaultValue
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H
A
D
distributeddb_schema_unit_test.cpp
62
EXPECT_EQ(res.
hasDefaultValue
, check.
hasDefaultValue
);
in CheckSchemaAttribute()
72
attributeRes.
hasDefaultValue
= true;
in PreNumDataForParseAndCheckSchemaAttribute003()
77
attributeRes1.
hasDefaultValue
= true;
in PreNumDataForParseAndCheckSchemaAttribute003()
84
attributeRes2.
hasDefaultValue
= true;
in PreNumDataForParseAndCheckSchemaAttribute003()
90
attributeRes3.
hasDefaultValue
= true;
in PreNumDataForParseAndCheckSchemaAttribute003()
97
attributeRes4.
hasDefaultValue
= true;
in PreNumDataForParseAndCheckSchemaAttribute003()
106
attributeRes5.
hasDefaultValue
= true;
in PreStringDataForParseAndCheckSchemaAttribute003()
113
attributeRes6.
hasDefaultValue
= true;
in PreStringDataForParseAndCheckSchemaAttribute003()
122
attributeRes7.
hasDefaultValue
in PreDoubleDataForParseAndCheckSchemaAttribute003()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H
A
D
metav1_compat.cpp
138
bool
hasDefaultValue
= false;
in RewriteProperty()
local
146
hasDefaultValue
= true;
in RewriteProperty()
161
if (!
hasDefaultValue
) {
in RewriteProperty()
164
} else if (!
hasDefaultValue
) {
in RewriteProperty()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
ischema.h
46
bool
hasDefaultValue
= false;
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
schema_object.cpp
818
return (!inAttr.hasNotNullConstraint || inAttr.
hasDefaultValue
);
in IsExtraFieldConformToCompatibility()
844
entry.second.hasNotNullConstraint, entry.second.
hasDefaultValue
);
in CompareSchemaDefineByDepth()
873
if (oldAttr.
hasDefaultValue
!= newAttr.
hasDefaultValue
) {
in CompareSchemaAttribute()
874
LOGE("[Schema][CompareAttr] OldHasDefault=%d mismatch newHasDefault=%d.", oldAttr.
hasDefaultValue
,
in CompareSchemaAttribute()
875
newAttr.
hasDefaultValue
);
in CompareSchemaAttribute()
878
if (oldAttr.
hasDefaultValue
) {
in CompareSchemaAttribute()
1057
return (refAttr.hasNotNullConstraint && !refAttr.
hasDefaultValue
);
in IsLackingFieldViolateNotNullConstraint()
1118
schemaItem.second.
hasDefaultValue
, SchemaUtils::FieldTypeString(schemaItem.second.type).c_str(),
in CheckValue()
1134
if (!lackingPathAttr.
hasDefaultValue
) {
in AmendValueIfNeed()
[all...]
H
A
D
schema_utils.cpp
253
outAttr.
hasDefaultValue
= false;
in TransformDefaultValue()
339
// if DEFAULT value context exist, fix
hasDefaultValue
flag, 2nd represents the default value
in ParseSchemaAttribute()
341
outAttr.
hasDefaultValue
= false;
in ParseSchemaAttribute()
343
outAttr.
hasDefaultValue
= true;
in ParseSchemaAttribute()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H
A
D
table_info.cpp
717
.
hasDefaultValue
= fieldInfo.HasDefaultValue(),
in GetSchemaDefine()
Completed in 6 milliseconds