Searched defs:TestHashTable (Results 1 – 2 of 2) sorted by relevance
83 class TestHashTable : public HashTableBase<TestHashNode> { class101 TestHashTable(const TestHashTable& other) : BaseType(other) { in TestHashTable() function in TestHashTable116 TestHashTable(TestHashTable&& other) noexcept : BaseType(std::move(other)) {} in TestHashTable() function in TestHashTable
38 typedef SliceHashTable<grpc_core::UniquePtr<char>> TestHashTable; typedef