Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:sub_name

138         const char *sub_name = NULL;
145 sub_name = name + key_len;
151 if (sub_name && value_sp)
153 switch (sub_name[0])
156 return value_sp->GetSubValue (exe_ctx, sub_name + 1, will_modify, error);
167 if (sub_name[1])
169 const char *predicate_start = sub_name + 1;
197 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
664 const char *sub_name = NULL;
671 sub_name = name + key_len;
677 if (sub_name && property)
679 if (sub_name[0] == '.')
683 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, sub_name + 1);