Searched refs:expectedDictionarySize (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc142 int expectedDictionarySize = 0; local
150 expectedDictionarySize = kPartitionIndex;
162 expectedDictionarySize -= 4; // we just removed four key/value pairs
170 expectedDictionarySize += kDictionaryCapacity - kPartitionIndex;
224 EXPECT_EQ(totalCount, expectedDictionarySize);

Completed in 4877 milliseconds