OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needs_sync_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/
env_chromium.cc
835
needs_sync_map_
[GetDirName(filename)] = true;
840
return
needs_sync_map_
.find(GetDirName(filename)) !=
needs_sync_map_
.end();
845
needs_sync_map_
.erase(GetDirName(filename));
env_chromium.h
172
std::map<std::string, bool>
needs_sync_map_
;
member in class:leveldb_env::ChromiumEnv
Completed in 302 milliseconds