Searched refs:GetObjectByFieldPath (Results 1 – 3 of 3) sorted by relevance
68 int GetObjectByFieldPath(const FieldPath &inPath, JsonObject &outObj) const;
747 int JsonObject::GetObjectByFieldPath(const FieldPath &inPath, JsonObject &outObj) const in GetObjectByFieldPath() function in DistributedDB::JsonObject
709 errCode = inJsonObject.GetObjectByFieldPath(field.first, fieldObj); in ParseCheckTableDefine()