OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParentChildIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/syncable/
parent_child_index.h
19
class
ParentChildIndex
;
31
class SYNC_EXPORT_PRIVATE
ParentChildIndex
{
33
ParentChildIndex
();
34
~
ParentChildIndex
();
60
DISALLOW_COPY_AND_ASSIGN(
ParentChildIndex
);
parent_child_index.cc
42
ParentChildIndex
::
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 35 milliseconds