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

/external/google-breakpad/src/processor/
H A Dpostfix_evaluator.h122 // Return values for PopValueOrIdentifier
135 PopResult PopValueOrIdentifier(ValueType *value, string *identifier);
H A Dpostfix_evaluator-inl.h179 if (PopValueOrIdentifier(NULL, &identifier) != POP_RESULT_IDENTIFIER) {
180 BPLOG(ERROR) << "PopValueOrIdentifier returned a value, but an "
273 PostfixEvaluator<ValueType>::PopValueOrIdentifier( function in class:google_breakpad::PostfixEvaluator
321 if ((result = PopValueOrIdentifier(&literal, &token)) == POP_RESULT_FAIL) {

Completed in 100 milliseconds