Searched refs:close_bracket_position (Results 1 – 1 of 1) sorted by relevance
2486 size_t close_bracket_position = temp_expression.find(']', 1); in GetValueForExpressionPath_Impl() local2487 if (close_bracket_position == in GetValueForExpressionPath_Impl()2497 temp_expression.slice(1, close_bracket_position); in GetValueForExpressionPath_Impl()2530 temp_expression.substr(close_bracket_position + 1); // skip ] in GetValueForExpressionPath_Impl()2584 temp_expression.substr(close_bracket_position + 1); // skip ] in GetValueForExpressionPath_Impl()2613 temp_expression.substr(close_bracket_position + 1); // skip ] in GetValueForExpressionPath_Impl()2648 temp_expression.substr(close_bracket_position + 1); // skip ] in GetValueForExpressionPath_Impl()