Home
last modified time | relevance | path

Searched refs:array_test_helper (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/trace_event/
H A Dmemory_usage_estimator.h266 using array_test_helper = std::array<T, 1>;
275 I, array_test_helper, std::vector, std::deque,
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmemory_usage_estimator.h231 using array_test_helper = std::array<T, 1>; variable
239 IsIteratorOfContainer<T, array_test_helper> ||