Searched defs:kClassID (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/
H A DIArchive.h28 kClassID, enumerator in enum:NArchive::__anon26756
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc789 const uptr kClassID = 107; local
790 const uptr kAllocationSize = DefaultSizeClassMap::Size(kClassID);
793 cache.Allocate(a, kClassID);
794 EXPECT_DEATH(cache.Allocate(a, kClassID) && cache.Allocate(a, kClassID),

Completed in 49 milliseconds