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
831
needs_sync_map_
[GetDirName(filename)] = true;
836
return
needs_sync_map_
.find(GetDirName(filename)) !=
needs_sync_map_
.end();
841
needs_sync_map_
.erase(GetDirName(filename));
env_chromium.h
167
std::map<std::string, bool>
needs_sync_map_
;
member in class:leveldb_env::ChromiumEnv
Completed in 258 milliseconds