Searched refs:GetEntryByServerTag (Results 1 – 2 of 2) sorted by relevance
803 EntryKernel* GetEntryByServerTag(const std::string& tag);
448 EntryKernel* Directory::GetEntryByServerTag(const string& tag) { in GetEntryByServerTag() function in syncable::Directory1269 kernel_ = trans->directory()->GetEntryByServerTag(tag); in Entry()