Home
last modified time | relevance | path

Searched refs:VALUE_NUMBER (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/breakiterator_fuzzer/
H A Dbreakiterator_fuzzer.cpp22 const int VALUE_NUMBER = 3; variable
27 if (size < sizeof(int32_t) * VALUE_NUMBER) { in DoSomethingInterestingWithMyAPI()
34 offset += size - sizeof(int32_t) * VALUE_NUMBER; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/
H A Ddocumentdb_jsonobject_test.cpp60 EXPECT_EQ(obj.GetValueType(), ValueObject::ValueType::VALUE_NUMBER);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dcollection_option.cpp88 if (maxDocValue.GetValueType() != ValueObject::ValueType::VALUE_NUMBER) { in ReadOption()
H A Ddb_config.cpp65 if (configValue.GetValueType() != ValueObject::ValueType::VALUE_NUMBER) { in CheckAndGetDBConfig()
H A Djson_common.cpp593 case ValueObject::ValueType::VALUE_NUMBER: in isValueEqual()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h39 VALUE_NUMBER, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp36 valueType = ValueType::VALUE_NUMBER; in ValueObject()
676 valueType = ValueType::VALUE_NUMBER;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp684 case ValueObject::ValueType::VALUE_NUMBER: in JudgeViewType()