Lines Matching refs:EntryKernel
85 typedef base::hash_map<int64, EntryKernel*> MetahandlesMap;
86 typedef base::hash_map<std::string, EntryKernel*> IdsMap;
87 typedef base::hash_map<std::string, EntryKernel*> TagsMap;
276 int GetTotalNodeCount(BaseTransaction*, EntryKernel* kernel_) const;
280 int GetPositionIndex(BaseTransaction*, EntryKernel* kernel_) const;
289 Id GetFirstChildId(BaseTransaction* trans, const EntryKernel* parent);
297 syncable::Id GetPredecessorId(EntryKernel*);
298 syncable::Id GetSuccessorId(EntryKernel*);
309 void PutPredecessor(EntryKernel* e, EntryKernel* predecessor);
528 virtual EntryKernel* GetEntryByHandle(int64 handle);
529 virtual EntryKernel* GetEntryByHandle(const ScopedKernelLock& lock,
532 virtual EntryKernel* GetEntryById(const Id& id);
533 virtual EntryKernel* GetEntryById(const ScopedKernelLock& lock, const Id& id);
535 EntryKernel* GetEntryByServerTag(const std::string& tag);
536 virtual EntryKernel* GetEntryByClientTag(const std::string& tag);
539 bool InsertEntry(BaseWriteTransaction* trans, EntryKernel* entry);
542 EntryKernel* entry);
544 bool ReindexId(BaseWriteTransaction* trans, EntryKernel* const entry,
547 bool ReindexParentId(BaseWriteTransaction* trans, EntryKernel* const entry,
602 const EntryKernel* const entry) const;
607 EntryKernel* kernel_,
616 void UnapplyEntry(EntryKernel* entry);
619 EntryKernel* entry,