Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dpostfix_evaluator_unittest.cc175 PostfixEvaluator<unsigned int>::DictionaryType dictionary_1; in RunTests() local
176 dictionary_1["$ebp"] = 0xbfff0010; in RunTests()
177 dictionary_1["$eip"] = 0x10000000; in RunTests()
178 dictionary_1["$esp"] = 0xbfff0000; in RunTests()
179 dictionary_1[".cbSavedRegs"] = 4; in RunTests()
180 dictionary_1[".cbParams"] = 4; in RunTests()
181 dictionary_1[".raSearchStart"] = 0xbfff0020; in RunTests()
216 { &dictionary_1, evaluate_tests_1, in RunTests()