Searched refs:PostfixEvaluator (Results 1 – 5 of 5) sorted by relevance
69 bool PostfixEvaluator<ValueType>::EvaluateToken( in EvaluateToken()204 bool PostfixEvaluator<ValueType>::EvaluateInternal( in EvaluateInternal()233 bool PostfixEvaluator<ValueType>::Evaluate(const string& expression, in Evaluate()252 bool PostfixEvaluator<ValueType>::EvaluateForValue(const string& expression, in EvaluateForValue()271 typename PostfixEvaluator<ValueType>::PopResult272 PostfixEvaluator<ValueType>::PopValueOrIdentifier( in PopValueOrIdentifier()316 bool PostfixEvaluator<ValueType>::PopValue(ValueType* value) { in PopValue()345 bool PostfixEvaluator<ValueType>::PopValues(ValueType* value1, in PopValues()352 void PostfixEvaluator<ValueType>::PushValue(const ValueType& value) { in PushValue()
56 using google_breakpad::PostfixEvaluator;100 PostfixEvaluator<unsigned int>::DictionaryType* dictionary;128 PostfixEvaluator<unsigned int>::DictionaryType dictionary_0; in RunTests()178 PostfixEvaluator<unsigned int>::DictionaryType dictionary_1; in RunTests()227 PostfixEvaluator<unsigned int> postfix_evaluator = in RunTests()228 PostfixEvaluator<unsigned int>(NULL, &fake_memory); in RunTests()243 PostfixEvaluator<unsigned int>::DictionaryValidityType assigned; in RunTests()301 PostfixEvaluator<unsigned int>::DictionaryValidityType::const_iterator in RunTests()318 PostfixEvaluator<unsigned int>::DictionaryType dictionary_2; in RunTests()
86 class PostfixEvaluator {97 PostfixEvaluator(DictionaryType* dictionary, const MemoryRegion* memory) in PostfixEvaluator() function
218 PostfixEvaluator<uint32_t>::DictionaryType dictionary; in GetCallerByWindowsFrameInfo()386 PostfixEvaluator<uint32_t> evaluator = in GetCallerByWindowsFrameInfo()387 PostfixEvaluator<uint32_t>(&dictionary, memory_); in GetCallerByWindowsFrameInfo()388 PostfixEvaluator<uint32_t>::DictionaryValidityType dictionary_validity; in GetCallerByWindowsFrameInfo()
63 PostfixEvaluator<V> evaluator(&working, &memory); in FindCallerRegs()