Searched refs:expression_cstr (Results 1 – 2 of 2) sorted by relevance
2577 ValueObject::GetValueForExpressionPath_Impl(const char* expression_cstr, in GetValueForExpressionPath_Impl() argument2589 *first_unparsed = expression_cstr; in GetValueForExpressionPath_Impl()2594 const char* expression_cstr = *first_unparsed; // hide the top level expression_cstr in GetValueForExpressionPath_Impl() local2604 if (!expression_cstr || *expression_cstr == '\0') in GetValueForExpressionPath_Impl()2610 switch (*expression_cstr) in GetValueForExpressionPath_Impl()2617 *first_unparsed = expression_cstr; in GetValueForExpressionPath_Impl()2626 *first_unparsed = expression_cstr; in GetValueForExpressionPath_Impl()2631 if (expression_cstr[1] != '>') in GetValueForExpressionPath_Impl()2633 *first_unparsed = expression_cstr; in GetValueForExpressionPath_Impl()2638 expression_cstr++; // skip the - in GetValueForExpressionPath_Impl()[all …]
1347 GetValueForExpressionPath_Impl(const char* expression_cstr,1359 ExpandArraySliceExpression(const char* expression_cstr,