Home
last modified time | relevance | path

Searched defs:oName (Results 1 – 1 of 1) sorted by relevance

/external/clearsilver/ruby/ext/hdf/
Dneo_util.c90 static VALUE h_get_attr (VALUE self, VALUE oName) in h_get_attr()
113 static VALUE h_set_attr(VALUE self, VALUE oName, VALUE oKey, VALUE oValue) in h_set_attr()
134 static VALUE h_set_value (VALUE self, VALUE oName, VALUE oValue) in h_set_value()
159 static VALUE h_get_int_value (VALUE self, VALUE oName, VALUE oDefault) in h_get_int_value()
176 static VALUE h_get_value (VALUE self, VALUE oName, VALUE oDefault) in h_get_value()
192 static VALUE h_get_child (VALUE self, VALUE oName) in h_get_child()
214 static VALUE h_get_obj (VALUE self, VALUE oName) in h_get_obj()
237 static VALUE h_get_node (VALUE self, VALUE oName) in h_get_node()
428 static VALUE h_remove_tree (VALUE self, VALUE oName) in h_remove_tree()
502 static VALUE h_copy (VALUE self, VALUE oName, VALUE oHdfSrc) in h_copy()