Searched defs:ParentChildIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dparent_child_index.h19 class ParentChildIndex;
31 class SYNC_EXPORT_PRIVATE ParentChildIndex { class in namespace:syncer::syncable
33 ParentChildIndex();
34 ~ParentChildIndex();
60 DISALLOW_COPY_AND_ASSIGN(ParentChildIndex);
H A Dparent_child_index.cc42 ParentChildIndex::ParentChildIndex() { function in class:syncer::syncable::ParentChildIndex
45 ParentChildIndex::~ParentChildIndex() {
50 bool ParentChildIndex::ShouldInclude(const EntryKernel* entry) {
56 bool ParentChildIndex::Insert(EntryKernel* entry) {
75 void ParentChildIndex::Remove(EntryKernel* e) {
91 bool ParentChildIndex::Contains(EntryKernel *e) const {
103 const OrderedChildSet* ParentChildIndex::GetChildren(const syncable::Id& id) {

Completed in 492 milliseconds