Searched refs:GetItemValue (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/ |
H A D | documentdb_json_common_test.cpp | 62 EXPECT_EQ(itemCase.GetItemValue().GetIntValue(), 1); 66 EXPECT_EQ(itemName.GetItemValue().GetStringValue(), "Xue"); 86 EXPECT_EQ(itemCase.GetItemValue().GetIntValue(), 99); // 99: grade 90 EXPECT_EQ(itemName.GetItemValue().GetStringValue(), "Neco"); 114 EXPECT_EQ(itemName.GetItemValue().GetStringValue(), "Neco"); 147 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "GG"); 166 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "LL"); 185 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "XXX"); 204 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "XX"); 223 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "AA"); [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | json_common.cpp | 28 ValueObject itemValue = node.GetItemValue(); in GetValueInSameLevel() 44 ValueObject itemValue = node.GetItemValue(); in GetValueInSameLevel() 62 ValueObject itemValue = node.GetItemValue(); in CheckLeafNode() 634 bool isEqual = isValueEqual(srcItem.GetItemValue(), item.GetItemValue()); in IsObjectItemMatch()
|
H A D | collection_option.cpp | 37 …if (strcmp(child.GetItemValue().GetStringValue().c_str(), KV_COLLECTION_MODE) == 0) { // The value… in CFG_IsValid()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/ |
H A D | rd_json_object.h | 84 ValueObject GetItemValue() const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_json_object.cpp | 385 ValueObject JsonObject::GetItemValue() const in GetItemValue() function in DocumentDB::JsonObject 620 return objGot.GetItemValue(); in GetObjectByPath() 834 ValueObject JsonObject::GetItemValue() const
|