Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dpostfix_evaluator-inl.h179 if (PopValueOrIdentifier(NULL, &identifier) != POP_RESULT_IDENTIFIER) { in EvaluateToken()
273 PostfixEvaluator<ValueType>::PopValueOrIdentifier( in PopValueOrIdentifier() function
321 if ((result = PopValueOrIdentifier(&literal, &token)) == POP_RESULT_FAIL) { in PopValue()
Dpostfix_evaluator.h135 PopResult PopValueOrIdentifier(ValueType *value, string *identifier);