Searched refs:PopValues (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
H A Dpostfix_evaluator.h146 bool PopValues(ValueType *value1, ValueType *value2);
H A Dpostfix_evaluator-inl.h105 if (!PopValues(&operand1, &operand2)) {
106 BPLOG(ERROR) << "Could not PopValues to get two values for binary "
346 bool PostfixEvaluator<ValueType>::PopValues(ValueType *value1, function in class:google_breakpad::PostfixEvaluator

Completed in 159 milliseconds