Searched refs:CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance
30 static constexpr size_t CACHE_SIZE = 128; variable50 std::array<ParserKey, CACHE_SIZE> info_ {};
42 return (hashcode ^ flags) % CACHE_SIZE; in GetHash()
28 static constexpr uint32_t CACHE_SIZE = 128; variable802 char buffer[CACHE_SIZE] = {0}; in ParseGroupSpecifier()820 } else if (c > CACHE_SIZE && c != KEY_EOF) { in ParseGroupSpecifier()1473 if (c < CACHE_SIZE) { in IsIdentFirst()
657 RegExpParserCache::CACHE_SIZE, vec).first.IsHole()); in HWTEST_F_L0()