OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:all_handles
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc
416
MetahandleSet
all_handles
;
local
426
all_handles
.insert(e.Get(META_HANDLE));
429
all_handles
.insert(e.Get(META_HANDLE));
453
EXPECT_TRUE(
all_handles
== snapshot2.metahandles_to_purge);
[
all
...]
/external/chromium_org/sync/syncable/
directory.cc
957
MetahandleSet
all_handles
local
[
all
...]
syncable_unittest.cc
568
MetahandleSet
all_handles
;
local
578
all_handles
.insert(e.GetMetahandle());
581
all_handles
.insert(e.GetMetahandle());
604
EXPECT_TRUE(
all_handles
== snapshot2.metahandles_to_purge);
[
all
...]
Completed in 1381 milliseconds