Searched defs:language_specific (Results 1 – 3 of 3) sorted by relevance
399 struct language_specific struct403 enum varobj_languages language;406 int (*number_of_children) (struct varobj * parent);409 char *(*name_of_variable) (struct varobj * parent);412 char *(*name_of_child) (struct varobj * parent, int index);416 char *(*path_expr_of_child) (struct varobj * child);419 struct value *(*value_of_root) (struct varobj ** root_handle);422 struct value *(*value_of_child) (struct varobj * parent, int index);425 struct type *(*type_of_child) (struct varobj * parent, int index);428 char *(*value_of_variable) (struct varobj * var,[all …]
99 language_specific; member
148 language_specific; member