Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp14200 struct TestHasher { struct
14201 using hash_t = uint64_t;
14203 explicit TestHasher( hash_t hashSuffix ): in TestHasher() argument
14206 uint32_t operator()( TestCase const& t ) const { in operator ()()
14222 hash_t m_hashSuffix;