HomeSort by relevance Sort by last modified time
    Searched defs:next_id_ (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common.h 79 LeakReport() : next_id_(0), leaks_(1), leaked_objects_(1) {}
92 u32 next_id_; member in class:__lsan::LeakReport
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 127 object_id_ = AtomicIncrement(&next_id_);
165 static size_t next_id_; member in class:sfntly::RefCounted
172 template <typename TDerived> size_t RefCounted<TDerived>::next_id_ = 0; member in class:sfntly::RefCounted
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 115 const int id = next_id_;
118 ++next_id_;
189 next_id_(0) { }
196 int next_id_; member in class:ObjectPool
  /external/compiler-rt/lib/msan/
msan_report.cc 153 OriginSet() : next_id_(0) {}
156 for (int i = next_id_ - 1; i >= 0; --i)
158 if (next_id_ == kMaxSize_) return OVERFLOW;
159 int id = next_id_++;
163 int size() { return next_id_; }
181 int next_id_; member in class:__msan::OriginSet
  /external/v8/src/
heap-snapshot-generator.h 217 return next_id_ - kObjectIdStep;
255 SnapshotObjectId next_id_; member in class:v8::internal::HeapObjectsMap

Completed in 280 milliseconds