Searched defs:DictionaryType (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dpostfix_evaluator.h89 typedef map<string, ValueType> DictionaryType; typedef in class:google_breakpad::PostfixEvaluator
98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory)
116 DictionaryType* dictionary() const { return dictionary_; }
119 void set_dictionary(DictionaryType *dictionary) {dictionary_ = dictionary; }
164 DictionaryType *dictionary_;

Completed in 161 milliseconds