Searched defs:PostfixEvaluator (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dpostfix_evaluator.h34 // PostfixEvaluator evaluates an expression, using the expression itself
40 // values, but PostfixEvaluator was written with dereferencing in mind.)
63 // PostfixEvaluator is intended to support evaluation of "program strings"
87 class PostfixEvaluator { class in namespace:google_breakpad
92 // Create a PostfixEvaluator object that may be used (with Evaluate) on
93 // one or more expressions. PostfixEvaluator does not take ownership of
98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory) function in class:google_breakpad::PostfixEvaluator
118 // Reset the dictionary. PostfixEvaluator does not take ownership.
163 // PostfixEvaluator is free to create and modify these keys. Weak pointer.

Completed in 79 milliseconds