Home
last modified time | relevance | path

Searched refs:VariablesParseState (Results 1 – 23 of 23) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Dvariables.h146 class VariablesParseState final {
148 explicit VariablesParseState(Variables::IdGenerator* variableIdGenerator) in VariablesParseState() function
184 VariablesParseState copyWith(Variables::IdGenerator* idGenerator) const { in copyWith()
185 VariablesParseState vps = *this; in copyWith()
H A Dexpression.h175 const VariablesParseState& vps);
186 const VariablesParseState& vps);
198 const VariablesParseState& vps);
296 const VariablesParseState& vps) { in parse()
458 const VariablesParseState& vps);
807 const VariablesParseState& vps,
859 const VariablesParseState& vps);
874 const VariablesParseState& vps);
897 const VariablesParseState& vps);
951 const VariablesParseState& vps);
[all …]
H A Dvariables.cpp166 Variables::Id VariablesParseState::defineVariable(StringData name) { in defineVariable()
179 Variables::Id VariablesParseState::getVariable(StringData name) const { in getVariable()
198 std::set<Variables::Id> VariablesParseState::getDefinedVariableIDs() const { in getDefinedVariableIDs()
H A Dparsed_add_fields.h128 const VariablesParseState& variablesParseState);
135 const VariablesParseState& variablesParseState,
H A Dparsed_add_fields.cpp97 const VariablesParseState& variablesParseState) { in parseObjectAsExpression()
110 const VariablesParseState& variablesParseState, in parseSubObject()
H A Dparsed_inclusion_projection.h267 const VariablesParseState& variablesParseState);
274 const VariablesParseState& variablesParseState,
H A Ddocument_source_lookup.h189 const VariablesParseState& getVariablesParseState_forTest() { in getVariablesParseState_forTest()
259 const VariablesParseState& vps,
309 VariablesParseState _variablesParseState;
H A Dexpression_test.cpp66 VariablesParseState vps = expCtx->variablesParseState; in evaluateExpression()
294 VariablesParseState vps = expCtx->variablesParseState; in TEST_F()
2337 VariablesParseState vps = expCtx->variablesParseState; in TEST()
2783 VariablesParseState vps = expCtx->variablesParseState; in TEST()
2790 VariablesParseState vps = expCtx->variablesParseState; in TEST()
2804 VariablesParseState vps = expCtx->variablesParseState; in TEST()
2812 VariablesParseState vps = expCtx->variablesParseState; in TEST()
2820 VariablesParseState vps = expCtx->variablesParseState; in TEST()
2831 VariablesParseState vps = expCtx->variablesParseState; in TEST()
2840 VariablesParseState vps = expCtx->variablesParseState; in TEST()
[all …]
H A Ddocument_source_bucket.cpp52 const VariablesParseState& vps) { in getExpressionConstant()
70 VariablesParseState vps = pExpCtx->variablesParseState; in createFromBson()
H A Daccumulation_statement.h78 const VariablesParseState& vps);
H A Dexpression.cpp95 const VariablesParseState& vps) { in parseObject()
123 const VariablesParseState& vps) { in parseExpression()
142 const VariablesParseState& vps) { in parseArguments()
158 const VariablesParseState& vps) { in parseOperand()
769 const VariablesParseState& vps, in parse()
901 const VariablesParseState& vps) { in parse()
941 const VariablesParseState& vps) { in parse()
1017 const VariablesParseState& vps) { in parse()
1348 const VariablesParseState& vps) { in parse()
1442 const VariablesParseState& vps) { in parse()
[all …]
H A Daccumulation_statement.cpp76 const VariablesParseState& vps) { in parseAccumulationStatement()
H A Ddocument_source_bucket_auto_test.cpp358 VariablesParseState vps = expCtx->variablesParseState; in TEST_F()
394 VariablesParseState vps = expCtx->variablesParseState; in TEST_F()
634 VariablesParseState vps = expCtx->variablesParseState; in assertCannotSpillToDisk()
670 VariablesParseState vps = expCtx->variablesParseState; in TEST_F()
H A Ddocument_source_replace_root.cpp121 VariablesParseState vps = expCtx->variablesParseState; in parse()
H A Dexpression_context.h198 VariablesParseState variablesParseState;
H A Dparsed_inclusion_projection.cpp360 const VariablesParseState& variablesParseState) { in parseObjectAsExpression()
373 const VariablesParseState& variablesParseState, in parseSubObject()
H A Ddocument_source_bucket_auto.cpp54 const VariablesParseState& vps) { in parseGroupByExpression()
449 VariablesParseState vps = pExpCtx->variablesParseState; in createFromBson()
H A Ddocument_source_group.cpp316 const VariablesParseState& vps) { in parseIdExpression()
370 VariablesParseState vps = pExpCtx->variablesParseState; in createFromBson()
884 VariablesParseState vps = pExpCtx->variablesParseState; in getMergeSources()
H A Ddocument_source_redact.cpp177 VariablesParseState vps = expCtx->variablesParseState; in createFromBson()
H A Ddocument_source_group_test.cpp111 VariablesParseState vps = expCtx->variablesParseState; in TEST_F()
150 VariablesParseState vps = expCtx->variablesParseState; in TEST_F()
172 VariablesParseState vps = expCtx->variablesParseState; in TEST_F()
H A Ddocument_source_sort.cpp278 VariablesParseState vps = pExpCtx->variablesParseState; in create()
H A Ddocument_source_graph_lookup.cpp528 VariablesParseState vps = expCtx->variablesParseState; in createFromBson()
H A Ddocument_source_lookup.cpp605 const VariablesParseState& vps, in copyVariablesToExpCtx()