OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parent_child_index
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sync/syncable/
scoped_parent_child_index_updater.cc
7
#include "sync/syncable/
parent_child_index
.h"
directory.cc
128
kernel_->
parent_child_index
.Insert(entry);
324
kernel_->
parent_child_index
.GetChildren(kernel->ref(ID));
336
kernel_->
parent_child_index
.GetChildren(kernel->ref(PARENT_ID));
377
if (!SyncAssert(kernel_->
parent_child_index
.Insert(entry),
407
&kernel_->
parent_child_index
);
424
&kernel_->
parent_child_index
);
565
if (!SyncAssert(!kernel_->
parent_child_index
.Contains(entry),
610
kernel_->
parent_child_index
.Remove(entry);
646
if (kernel_->
parent_child_index
.Contains(entry))
647
kernel_->
parent_child_index
.Remove(entry)
[
all
...]
parent_child_index.cc
5
#include "sync/syncable/
parent_child_index
.h"
mutable_entry.cc
184
&dir()->kernel_->
parent_child_index
);
222
lock, kernel_, &dir()->kernel_->
parent_child_index
);
directory.h
23
#include "sync/syncable/
parent_child_index
.h"
437
ParentChildIndex
parent_child_index
;
member in struct:syncer::syncable::Directory::Kernel
486
// Helper to prime metahandles_map, ids_map,
parent_child_index
,
parent_child_index_unittest.cc
5
#include "sync/syncable/
parent_child_index
.h"
/external/chromium_org/sync/
sync_core.gypi
136
'syncable/
parent_child_index
.cc',
137
'syncable/
parent_child_index
.h',
Completed in 186 milliseconds