Searched refs:DictionaryType (Results 1 – 10 of 10) sorted by relevance
89 typedef map<string, ValueType> DictionaryType; typedef98 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_;
97 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()
329 typename DictionaryType::const_iterator iterator = in PopValue()
206 PostfixEvaluator<uint32_t>::DictionaryType dictionary; in GetCallerByWindowsFrameInfo()
40 DictType = DictionaryType = dict
657 dispatch[DictionaryType] = save_dict
114 if isinstance(x, DictionaryType):
116 .. data:: DictionaryType
20 single: DictionaryType (in module types)
111 if type(cnfs) is DictionaryType:2310 if type(cnf) in (DictionaryType, TupleType):