Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/ranges/
H A Dranges_unittest.cc49 constexpr std::array<int, N> GenerateArray() { in GenerateArray() function
110 static constexpr std::array<int, 0> null_array = GenerateArray<0>(); in TEST()
113 static constexpr std::array<int, 3> array = GenerateArray<3>(); in TEST()