Searched refs:Expression (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.h20 class Expression { class
22 Expression(char* expr);
23 ~Expression();
37 Expression(const Expression& other);
38 Expression& operator=(const Expression& other);
47 Query(Volume* volume, Expression* expression,
64 Expression* GetExpression() const { return fExpression; }
68 Expression* fExpressio
[all...]
H A DQuery.cpp37 // The API is not fully available, just the Query and the Expression class
226 // Expression::ParseEquation()
1080 Expression::Expression(char* expr)
1101 Expression::~Expression()
1108 Expression::ParseEquation(char** expr)
1156 Expression::ParseAnd(char** expr)
1181 Expression::ParseOr(char** expr)
1206 Expression
[all...]
H A Dkernel_interface.cpp2271 Expression* expression = new(std::nothrow) Expression((char*)queryString);
2312 Expression* expression = query->GetExpression();
/haiku/src/kits/tracker/
H A DSelectionWindow.h62 void Expression(BString &result) const;
H A DRegExp.h124 regexp* Expression() const;
H A DSelectionWindow.cpp153 Expression(expression);
154 selectionInfo->AddString("Expression", expression.String());
229 SelectionWindow::Expression(BString &result) const function in class:SelectionWindow
H A DRegExp.cpp188 B_TRANSLATE_MARK("Expression too long."),
406 RegExp::Expression() const function in class:RegExp
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DMatchHeaderSettings.h39 const char* Expression() const function in class:MatchHeaderSettings
H A DRuleFilter.cpp43 fExpression = settings.Expression();
126 if (settings.Attribute() != NULL && settings.Expression() != NULL) {
130 name.ReplaceAll("%regex", settings.Expression());
H A DConfigView.cpp81 fRegexControl->SetText(settings.Expression());
/haiku/src/kits/debugger/dwarf/
H A DCfaRule.h44 const CfaExpression& Expression() const { return fExpression; } function in class:CfaRule
76 const CfaExpression& Expression() const { return fExpression; } function in class:CfaCfaRule
H A DDwarfFile.cpp2409 cfaCfaRule->Expression().block,
2410 cfaCfaRule->Expression().size,
2484 rule->Expression().block,
2485 rule->Expression().size,
2503 rule->Expression().block,
2504 rule->Expression().size,
/haiku/src/kits/debugger/jobs/
H A DExpressionEvaluationJob.cpp30 fKey(info->Expression(), JOB_TYPE_EVALUATE_EXPRESSION),
93 result = fLanguage->EvaluateExpression(fExpressionInfo->Expression(),
/haiku/headers/private/file_systems/
H A DQueryParser.h27 // The API is not fully available, just the Query and the Expression class
85 template<typename QueryPolicy> class Expression;
131 Expression<QueryPolicy>* expression,
151 Expression<QueryPolicy>* GetExpression() const
165 Expression<QueryPolicy>* fExpression;
339 class Expression { class in namespace:QueryParser
348 Expression(char* expr);
349 ~Expression();
363 Expression(const Expression
[all...]
/haiku/headers/private/debugger/model/
H A DExpressionInfo.h70 const BString& Expression() const { return fExpression; } function in class:ExpressionInfo
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp248 hash = hash * 19 + StringUtils::HashValue(fInfo->Expression());
3233 if (info->Expression() == node->Name()) {
3317 info->Expression(), type, location);
3323 info->Expression());
3369 B_PRId32 ")", fPendingTypecastInfo->Expression().String(),
3384 fPendingTypecastInfo->Expression().String(), strerror(result),
3389 errorMessage.SetToFormat("Expression \"%s\" does not evaluate to a"
3390 " type.", fPendingTypecastInfo->Expression().String());

Completed in 290 milliseconds