Searched refs:fExpression (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DCfaRule.h44 const CfaExpression& Expression() const { return fExpression; }
61 CfaExpression fExpression; member in union:CfaRule::__anon36
76 const CfaExpression& Expression() const { return fExpression; }
92 CfaExpression fExpression; member in union:CfaCfaRule::__anon37
149 fExpression.block = block;
150 fExpression.size = size;
158 fExpression.block = block;
159 fExpression.size = size;
193 fExpression.block = block;
194 fExpression
[all...]
/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp118 fExpression()
125 fExpression(other.fExpression)
137 fExpression(expression)
145 fExpression = expression;
/haiku/src/kits/debugger/value/value_nodes/
H A DExpressionValueNode.cpp54 fExpression(expression),
70 return fExpression;
/haiku/headers/private/debugger/value/value_nodes/
H A DExpressionValueNode.h45 const BString& GetExpression() const { return fExpression; };
51 BString fExpression; member in class:ExpressionValueNodeChild
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp43 fExpression = settings.Expression();
44 int32 index = fExpression.FindFirst("REGEX:");
46 EscapeRegexTokens(fExpression);
48 fExpression.RemoveFirst("REGEX:");
50 fMatcher.SetPattern(fExpression, false);
H A DRuleFilter.h29 BString fExpression; member in class:RuleFilter
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.h64 Expression* GetExpression() const { return fExpression; }
68 Expression* fExpression; member in class:Query
H A DQuery.cpp1234 fExpression(expression),
1248 fExpression->Root()->CalculateScore(fIndex);
1279 stack.Push(fExpression->Root());
1364 if (fPort < 0 || fExpression == NULL || attribute == NULL)
1369 status_t oldStatus = fExpression->Root()->Match(inode, attribute, type,
1371 status_t newStatus = fExpression->Root()->Match(inode, attribute, type,
1426 if (fPort < 0 || fExpression == NULL)
1431 status_t oldStatus = fExpression->Root()->Match(inode, "name",
1433 status_t newStatus = fExpression->Root()->Match(inode, "name",
/haiku/headers/private/debugger/model/
H A DExpressionInfo.h70 const BString& Expression() const { return fExpression; }
82 BString fExpression; member in class:ExpressionInfo
/haiku/headers/private/file_systems/
H A DQueryParser.h152 { return fExpression; }
165 Expression<QueryPolicy>* fExpression; member in class:QueryParser::Query
1328 fExpression(expression),
1344 fExpression->Root()->CalculateScore(fIndex);
1347 fNeedsEntry = fExpression->Root()->NeedsEntry();
1356 delete fExpression;
1405 stack.Push(fExpression->Root());
1454 if (fPort < 0 || fExpression == NULL || attribute == NULL)
1472 status_t oldStatus = fExpression->Root()->Match(entry, node, attribute,
1474 status_t newStatus = fExpression
[all...]

Completed in 152 milliseconds