Symbol: Expression
headers/private/debugger/model/ExpressionInfo.h
70
const BString& Expression() const { return fExpression; }
headers/private/file_systems/QueryParser.h
1191
Expression<QueryPolicy>::Expression()
headers/private/file_systems/QueryParser.h
1200
Expression<QueryPolicy>::Init(const char* expr, const char** position)
headers/private/file_systems/QueryParser.h
121
Expression<QueryPolicy>* expression,
headers/private/file_systems/QueryParser.h
1401
Expression<QueryPolicy>::~Expression()
headers/private/file_systems/QueryParser.h
1409
Expression<QueryPolicy>::IsOperator(const char** expr, char op)
headers/private/file_systems/QueryParser.h
141
Expression<QueryPolicy>* GetExpression() const
headers/private/file_systems/QueryParser.h
1425
Query<QueryPolicy>::Query(Context* context, Expression<QueryPolicy>* expression,
headers/private/file_systems/QueryParser.h
1466
Expression<QueryPolicy>* expression
headers/private/file_systems/QueryParser.h
1467
= new(std::nothrow) Expression<QueryPolicy>;
headers/private/file_systems/QueryParser.h
159
Expression<QueryPolicy>* fExpression;
headers/private/file_systems/QueryParser.h
336
class Expression {
headers/private/file_systems/QueryParser.h
345
Expression();
headers/private/file_systems/QueryParser.h
346
~Expression();
headers/private/file_systems/QueryParser.h
356
Expression(const Expression& other);
headers/private/file_systems/QueryParser.h
357
Expression& operator=(const Expression& other);
headers/private/file_systems/QueryParser.h
74
template<typename QueryPolicy> class Expression;
src/add-ons/mail_daemon/inbound_filters/match_header/ConfigView.cpp
81
fRegexControl->SetText(settings.Expression());
src/add-ons/mail_daemon/inbound_filters/match_header/MatchHeaderSettings.h
39
const char* Expression() const
src/add-ons/mail_daemon/inbound_filters/match_header/RuleFilter.cpp
126
if (settings.Attribute() != NULL && settings.Expression() != NULL) {
src/add-ons/mail_daemon/inbound_filters/match_header/RuleFilter.cpp
130
name.ReplaceAll("%regex", settings.Expression());
src/add-ons/mail_daemon/inbound_filters/match_header/RuleFilter.cpp
43
fExpression = settings.Expression();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
247
hash = hash * 19 + fInfo->Expression().HashValue();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3232
if (info->Expression() == node->Name()) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3316
info->Expression(), type, location);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3322
info->Expression());
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3368
B_PRId32 ")", fPendingTypecastInfo->Expression().String(),
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3383
fPendingTypecastInfo->Expression().String(), strerror(result),
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3389
" type.", fPendingTypecastInfo->Expression().String());
src/kits/debugger/dwarf/CfaRule.h
44
const CfaExpression& Expression() const { return fExpression; }
src/kits/debugger/dwarf/CfaRule.h
76
const CfaExpression& Expression() const { return fExpression; }
src/kits/debugger/dwarf/DwarfFile.cpp
2409
cfaCfaRule->Expression().block,
src/kits/debugger/dwarf/DwarfFile.cpp
2410
cfaCfaRule->Expression().size,
src/kits/debugger/dwarf/DwarfFile.cpp
2484
rule->Expression().block,
src/kits/debugger/dwarf/DwarfFile.cpp
2485
rule->Expression().size,
src/kits/debugger/dwarf/DwarfFile.cpp
2503
rule->Expression().block,
src/kits/debugger/dwarf/DwarfFile.cpp
2504
rule->Expression().size,
src/kits/debugger/jobs/ExpressionEvaluationJob.cpp
30
fKey(info->Expression(), JOB_TYPE_EVALUATE_EXPRESSION),
src/kits/debugger/jobs/ExpressionEvaluationJob.cpp
93
result = fLanguage->EvaluateExpression(fExpressionInfo->Expression(),
src/kits/tracker/RegExp.h
124
regexp* Expression() const;
src/kits/tracker/SelectionWindow.cpp
153
Expression(expression);
src/kits/tracker/SelectionWindow.h
62
void Expression(BString &result) const;