Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_std_memory_resource.h164 using NullResource = TestResourceImp<NullProvider, 0>; variable
/aosp_15_r20/external/libcxx/test/support/
H A Dtest_memory_resource.hpp164 using NullResource = TestResourceImp<NullProvider, 0>; typedef