Searched refs:fExpressionValue (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp41 fExpressionValue(expressionValue)
72 return fExpressionValue.Get();
82 BReference<ExpressionResult> fExpressionValue; member in struct:CliContext::Event
109 fExpressionValue(NULL)
311 if (fExpressionValue != NULL) {
312 if (fExpressionValue->Kind() == EXPRESSION_RESULT_KIND_PRIMITIVE) {
313 Value* value = fExpressionValue->PrimitiveValue();
478 if (fExpressionValue != NULL) {
479 fExpressionValue->ReleaseReference();
483 fExpressionValue
[all...]
H A DCliContext.h158 ExpressionResult* fExpressionValue; member in class:CliContext

Completed in 89 milliseconds