Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dpostfix_evaluator_unittest.cc315 PostfixEvaluator<unsigned int>::DictionaryType dictionary_2; in RunTests() local
316 dictionary_2["$ebp"] = 0xbfff0010; in RunTests()
317 dictionary_2["$eip"] = 0x10000000; in RunTests()
318 dictionary_2["$esp"] = 0xbfff0000; in RunTests()
319 dictionary_2[".cbSavedRegs"] = 4; in RunTests()
320 dictionary_2[".cbParams"] = 4; in RunTests()
321 dictionary_2[".raSearchStart"] = 0xbfff0020; in RunTests()
345 postfix_evaluator.set_dictionary(&dictionary_2); in RunTests()
367 map<string, unsigned int>::iterator a = dictionary_2.find(v->first); in RunTests()
368 if (a == dictionary_2.end()) { in RunTests()
[all …]