Searched refs:separator_idx (Results 1 – 1 of 1) sorted by relevance
585 size_t separator_idx = var_path.find_first_of(".-[=+~|&^%#@!/?,<>{}"); in GetValueForVariableExpressionPath() local589 if (separator_idx == std::string::npos) in GetValueForVariableExpressionPath()592 name_const_string.SetCStringWithLength (var_path.c_str(), separator_idx); in GetValueForVariableExpressionPath()617 separator_idx = 0; in GetValueForVariableExpressionPath()632 while (separator_idx != std::string::npos) in GetValueForVariableExpressionPath()665 separator_idx = var_path.find_first_of(".-["); in GetValueForVariableExpressionPath()667 if (separator_idx == std::string::npos) in GetValueForVariableExpressionPath()670 child_name.SetCStringWithLength(var_path.c_str(), separator_idx); in GetValueForVariableExpressionPath()937 separator_idx = var_path.find_first_of(".-["); in GetValueForVariableExpressionPath()1038 separator_idx = var_path.find_first_of(".-["); in GetValueForVariableExpressionPath()