Home
last modified time | relevance | path

Searched refs:PopValue (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Dpostfix_evaluator-inl.h152 if (!PopValue(&address)) { in EvaluateToken()
169 if (!PopValue(&value)) { in EvaluateToken()
268 return PopValue(result); in EvaluateForValue()
317 bool PostfixEvaluator<ValueType>::PopValue(ValueType *value) { in PopValue() function
348 return PopValue(value2) && PopValue(value1); in PopValues()
Dpostfix_evaluator.h141 bool PopValue(ValueType *value);