Searched defs:kIgnore (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DUpdateAction.h27 kIgnore = 0, enumerator in enum:NUpdateArchive::NPairAction::EEnum
44 if (StateActions[i] != NPairAction::kIgnore)
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h230 bool ignore() const { return bucket_rep & kIgnore; }
232 bucket_rep = (bucket_rep & ~uintptr_t(kIgnore)) | (r ? kIgnore : 0);
239 static const int kIgnore = 2; member in struct:HeapProfileTable::AllocValue
240 static const int kMask = kLive | kIgnore;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h256 bool ignore() const { return bucket_rep & kIgnore; }
258 bucket_rep = (bucket_rep & ~uintptr_t(kIgnore)) | (r ? kIgnore : 0);
271 static const int kIgnore = 2; member in struct:HeapProfileTable::AllocValue
272 static const int kMask = kLive | kIgnore;

Completed in 123 milliseconds