Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dpostfix_evaluator.h89 typedef map<string, ValueType> DictionaryType; typedef
98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory) in PostfixEvaluator()
116 DictionaryType* dictionary() const { return dictionary_; } in dictionary()
119 void set_dictionary(DictionaryType *dictionary) {dictionary_ = dictionary; } in set_dictionary()
164 DictionaryType *dictionary_;
Dpostfix_evaluator_unittest.cc97 PostfixEvaluator<unsigned int>::DictionaryType *dictionary;
125 PostfixEvaluator<unsigned int>::DictionaryType dictionary_0; in RunTests()
175 PostfixEvaluator<unsigned int>::DictionaryType dictionary_1; in RunTests()
315 PostfixEvaluator<unsigned int>::DictionaryType dictionary_2; in RunTests()
Dpostfix_evaluator-inl.h329 typename DictionaryType::const_iterator iterator = in PopValue()
Dstackwalker_x86.cc206 PostfixEvaluator<uint32_t>::DictionaryType dictionary; in GetCallerByWindowsFrameInfo()