Searched refs:GetItemField (Results 1 – 7 of 7) sorted by relevance
27 if (node.GetItemField() == field) { in GetValueInSameLevel()43 if (node.GetItemField() == field) { in GetValueInSameLevel()96 std::string fieldName = item.GetItemField(ret); in CheckNode()141 std::string fieldName = item.GetItemField(ret); in CheckProjectionNode()222 allFieldsName.emplace_back(node.GetItemField()); in ParseNode()226 if (!node.GetChild().IsNull() && node.GetChild().GetItemField() != "") { in ParseNode()302 childPath.push_back(child.GetItemField()); in JsonObjectIterator()316 childPath.push_back(child.GetItemField()); in JsonObjectIterator()433 fatherItem.ReplaceItemInObject(item.GetItemField().c_str(), item, errCode); in JsonValueReplace()451 if (!item.GetItemField(errCode).empty()) { in JsonValueReplace()[all …]
35 std::string fieldName = child.GetItemField(); in CFG_IsValid()
142 std::string fieldName = child.GetItemField(); in IsDbconfigValid()
89 std::string GetItemField() const;90 std::string GetItemField(int &errCode) const;
450 std::string JsonObject::GetItemField() const in GetItemField() function in DocumentDB::JsonObject474 std::string JsonObject::GetItemField(int &errCode) const in GetItemField() function in DocumentDB::JsonObject860 std::string JsonObject::GetItemField() const865 std::string JsonObject::GetItemField(int &errCode) const
197 int errCode = SplitFieldName(jsonTemp.GetItemField(), allFieldsName); in CheckUpdata()
197 singlePath.emplace_back(nodeInstance.GetItemField()); in CheckCutNode()