Searched refs:GetMatchedDocument (Results 1 – 3 of 3) sorted by relevance
32 …int GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, std::string> …
97 int Collection::GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, st… in GetMatchedDocument() function in DocumentDB::Collection
50 int errCode = coll.GetMatchedDocument(filterObj, key, value, context_->isIdExist); in GetValueFromDB()