Home
last modified time | relevance | path

Searched defs:ScopedLocalAlloc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dscoped_localalloc_unittest.cc16 TEST(ScopedLocalAlloc, SimpleUsage) { in TEST() argument
32 TEST(ScopedLocalAlloc, Transfer) { in TEST() argument
H A Dscoped_localalloc.h24 using ScopedLocalAlloc = ScopedLocalAllocTyped<void>; variable