Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/
H A DDnsStatsTest.cpp368 constexpr size_t rcodeNum = 4; // A value by which kLogSize is divisible. in TEST_F() local
369 ASSERT_EQ(logSize % rcodeNum, 0U); in TEST_F()
379 const std::array<int, rcodeNum> rcodes = { in TEST_F()
391 const NsRcode rcode = static_cast<NsRcode>(rcodes[i % rcodeNum]); in TEST_F()