Home
last modified time | relevance | path

Searched defs:corrupt_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.h677 mutable std::atomic<bool> corrupt_; // Local version of "corrupted" flag. variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h680 mutable std::atomic<bool> corrupt_; // Local version of "corrupted" flag. variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h680 mutable std::atomic<bool> corrupt_; // Local version of "corrupted" flag. variable
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.h754 mutable std::atomic<bool> corrupt_ = false; variable