Home
last modified time | relevance | path

Searched refs:DictionaryType (Results 1 – 10 of 10) 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()
/external/python/cpython2/Lib/
Dtypes.py40 DictType = DictionaryType = dict
Dpickle.py657 dispatch[DictionaryType] = save_dict
/external/python/cpython2/Lib/plat-mac/
Daepack.py114 if isinstance(x, DictionaryType):
/external/python/cpython2/Doc/library/
Dtypes.rst116 .. data:: DictionaryType
/external/python/cpython2/Doc/c-api/
Ddict.rst20 single: DictionaryType (in module types)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py111 if type(cnfs) is DictionaryType:
2310 if type(cnf) in (DictionaryType, TupleType):