Searched refs:name_of_child (Results 1 – 2 of 2) sorted by relevance
213 static char *name_of_child (struct varobj *, int);298 char *(*name_of_child) (struct varobj * parent, int index); member710 name = name_of_child (var, i); in varobj_list_children()1661 name_of_child (struct varobj *var, int index) in name_of_child() function1663 return (*var->root->lang->name_of_child) (var, index); in name_of_child()1997 name = name_of_child (parent, index); in c_value_of_child()2054 char *name = name_of_child (parent, index); in c_type_of_child()2417 name = name_of_child (parent, index); in cplus_value_of_child()
1255 (cplus_value_of_child): Isolate the use of name_of_child to